System Attrib Getter
Quick Facts
| Property | Value |
|---|---|
| Class | CENPyOlpSystemAttribGetter |
| Module | cenpylib.CENPyOlpSystemAttribGetter |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 35 |
Quick Start
# Boilerplate Example
systemAttribGetter = ... # obtained from the runtime context
result = systemAttribGetter.GetTranslationX()Query Methods
| Method | Returns | Summary |
|---|---|---|
GetTranslationX | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetTranslationY | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetTranslationZ | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetRotationRx | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetRotationRy | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetRotationRz | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetCutterCompensation | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetX | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetY | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetZ | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetSheetOffset | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetRx | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetRy | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetOffsetRz | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetAlignmentRx | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetAlignmentRy | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetAlignmentRz | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetApproximType | CENPyOlpAttributeEnum | Get a standard system attribute. |
GetMaxSag | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetMaxDist | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetMinRadius | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetMaxRadius | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetStartPointValue | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetEndPointValue | CENPyOlpAttributeDouble | Get a standard system attribute. |
GetApproachDirection | CENPyOlpAttributeBool | Get a standard system attribute. |
GetProcessFlowDirection | CENPyOlpAttributeBool | Get a standard system attribute. |
GetSwapUpperLowerGuideCurve | CENPyOlpAttributeBool | Get a standard system attribute. |
GetAutoCreateTangentAbsolute | CENPyOlpAttributeBool | Get a standard system attribute. |
GetCuttingPlaneXpos | CENPyOlpAttributeDouble | Get the olp attribute for the X position of the cutting plane |
GetCuttingPlaneYpos | CENPyOlpAttributeDouble | Gets the olp attribute for the Y position of the cutting plane |
GetCuttingPlaneZpos | CENPyOlpAttributeDouble | Get the olp attribute for the Z position of the cutting plane |
GetCuttingPlaneXrot | CENPyOlpAttributeDouble | Get the olp attribute for the rotation around X axis of the cutting plane (manipulator’s Rx field) |
GetCuttingPlaneYrot | CENPyOlpAttributeDouble | Get the olp attribute for the rotation around Y axis of the cutting plane (manipulator’s Ry field) |
GetCuttingPlaneZrot | CENPyOlpAttributeDouble | Get the olp attribute for the rotation around Z axis of the cutting plane (manipulator’s Rz field) |
GetGuidedCurveAxis | CENPyOlpAttributeEnum | Get the olp attribute for aligning the cutting plane’s normal (blue Z axis) to a world axis |
Related Types
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?