GcLyRelExpr

class pygcad.pygrx.GcLyRelExpr

Bases: pybind11_object

Methods Summary

assign(self, para)

C++: GcLyRelExpr::operator=(const class GcLyRelExpr &) --> class GcLyRelExpr &

getConstant(self)

C++: GcLyRelExpr::getConstant() const --> const wchar_t *

getVariable(self)

C++: GcLyRelExpr::getVariable() const --> const wchar_t *

Methods Documentation

assign(self: pygcad.pygrx.GcLyRelExpr, para: pygcad.pygrx.GcLyRelExpr) pygcad.pygrx.GcLyRelExpr

C++: GcLyRelExpr::operator=(const class GcLyRelExpr &) –> class GcLyRelExpr &

getConstant(self: pygcad.pygrx.GcLyRelExpr) str

C++: GcLyRelExpr::getConstant() const –> const wchar_t *

getVariable(self: pygcad.pygrx.GcLyRelExpr) str

C++: GcLyRelExpr::getVariable() const –> const wchar_t *