Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsAttributesSystem Attrib GetterSystem Attrib Getter

System Attrib Getter

Quick Facts

PropertyValue
ClassCENPyOlpSystemAttribGetter
Modulecenpylib.CENPyOlpSystemAttribGetter
Packagecenpylib
ReleaseR2025.2.4
Methods35

Quick Start

# Boilerplate Example systemAttribGetter = ... # obtained from the runtime context result = systemAttribGetter.GetTranslationX()

Query Methods

MethodReturnsSummary
GetTranslationXCENPyOlpAttributeDoubleGet a standard system attribute.
GetTranslationYCENPyOlpAttributeDoubleGet a standard system attribute.
GetTranslationZCENPyOlpAttributeDoubleGet a standard system attribute.
GetRotationRxCENPyOlpAttributeDoubleGet a standard system attribute.
GetRotationRyCENPyOlpAttributeDoubleGet a standard system attribute.
GetRotationRzCENPyOlpAttributeDoubleGet a standard system attribute.
GetCutterCompensationCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetXCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetYCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetZCENPyOlpAttributeDoubleGet a standard system attribute.
GetSheetOffsetCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetRxCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetRyCENPyOlpAttributeDoubleGet a standard system attribute.
GetOffsetRzCENPyOlpAttributeDoubleGet a standard system attribute.
GetAlignmentRxCENPyOlpAttributeDoubleGet a standard system attribute.
GetAlignmentRyCENPyOlpAttributeDoubleGet a standard system attribute.
GetAlignmentRzCENPyOlpAttributeDoubleGet a standard system attribute.
GetApproximTypeCENPyOlpAttributeEnumGet a standard system attribute.
GetMaxSagCENPyOlpAttributeDoubleGet a standard system attribute.
GetMaxDistCENPyOlpAttributeDoubleGet a standard system attribute.
GetMinRadiusCENPyOlpAttributeDoubleGet a standard system attribute.
GetMaxRadiusCENPyOlpAttributeDoubleGet a standard system attribute.
GetStartPointValueCENPyOlpAttributeDoubleGet a standard system attribute.
GetEndPointValueCENPyOlpAttributeDoubleGet a standard system attribute.
GetApproachDirectionCENPyOlpAttributeBoolGet a standard system attribute.
GetProcessFlowDirectionCENPyOlpAttributeBoolGet a standard system attribute.
GetSwapUpperLowerGuideCurveCENPyOlpAttributeBoolGet a standard system attribute.
GetAutoCreateTangentAbsoluteCENPyOlpAttributeBoolGet a standard system attribute.
GetCuttingPlaneXposCENPyOlpAttributeDoubleGet the olp attribute for the X position of the cutting plane
GetCuttingPlaneYposCENPyOlpAttributeDoubleGets the olp attribute for the Y position of the cutting plane
GetCuttingPlaneZposCENPyOlpAttributeDoubleGet the olp attribute for the Z position of the cutting plane
GetCuttingPlaneXrotCENPyOlpAttributeDoubleGet the olp attribute for the rotation around X axis of the cutting plane (manipulator’s Rx field)
GetCuttingPlaneYrotCENPyOlpAttributeDoubleGet the olp attribute for the rotation around Y axis of the cutting plane (manipulator’s Ry field)
GetCuttingPlaneZrotCENPyOlpAttributeDoubleGet the olp attribute for the rotation around Z axis of the cutting plane (manipulator’s Rz field)
GetGuidedCurveAxisCENPyOlpAttributeEnumGet the olp attribute for aligning the cutting plane’s normal (blue Z axis) to a world axis

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?