Position — Query Methods
Back to Position.
GetCoordinates
def GetCoordinates() -> listGet all toolpath element coordinates.
Returns: list — List with X, Y and Z coordinates.
GetViaPointCoordinates
def GetViaPointCoordinates() -> listGet all via point coordinates.
Returns: list — List with X, Y and Z coordinates.
GetOrientation
def GetOrientation() -> listGet all orientations.
Returns: list — List with RX, RY and RZ orientations.
GetRefTpElement
def GetRefTpElement() -> CENPyOlpTpElementGet the reference toolpath element.
Returns: CENPyOlpTpElement — >Olp toolpath element.
GetPositionRelation
def GetPositionRelation() -> intGet the relation of the position.
Returns: int — Relation of the position.
GetMatrix
def GetMatrix() -> CENPyOlpMatrixGet the represented toolpath element matrix.
Returns: CENPyOlpMatrix — Matrix.
GetViaPointMatrix
def GetViaPointMatrix() -> CENPyOlpMatrixGet the represented via point matrix.
Returns: CENPyOlpMatrix — Matrix.
GetViaPointName
def GetViaPointName() -> strGet the name of the Via point if it exists, nullptr otherwise.
Returns: str — Via point name.
GetJointValues
def GetJointValues() -> listGet all toolpath element joint values.
Returns: list — Joint values list.
GetExternalJointValues
def GetExternalJointValues() -> listGet all toolpath element external joint values.
Returns: list — Joint values list.