Système Attrib Getter
Faits rapides
| Propriété | Valeur |
|---|---|
| Classe | CENPyOlpSystemAttribGetter |
| Module | cenpylib.CENPyOlpSystemAttribGetter |
| Paquet | cenpylib |
| Libération | R2025.2.4 |
| Méthodes | 35 |
Départ rapide
# Boilerplate Example
systemAttribGetter = ... # obtained from the runtime context
result = systemAttribGetter.GetTranslationX()Query Methods
| Méthode | Retours | Résumé |
|---|---|---|
GetTranslationX | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetTranslationY | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetTranslationZ | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetRotationRx | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetRotationRy | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetRotationRz | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetCutterCompensation | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetX | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetY | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetZ | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetSheetOffset | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetRx | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetRy | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetOffsetRz | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetAlignmentRx | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetAlignmentRy | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetAlignmentRz | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetApproximType | CENPyOlpAttributeEnum | Prends un attribut système standard. |
GetMaxSag | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetMaxDist | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetMinRadius | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetMaxRadius | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetStartPointValue | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetEndPointValue | CENPyOlpAttributeDouble | Prends un attribut système standard. |
GetApproachDirection | CENPyOlpAttributeBool | Prends un attribut système standard. |
GetProcessFlowDirection | CENPyOlpAttributeBool | Prends un attribut système standard. |
GetSwapUpperLowerGuideCurve | CENPyOlpAttributeBool | Prends un attribut système standard. |
GetAutoCreateTangentAbsolute | CENPyOlpAttributeBool | Prends un attribut système standard. |
GetCuttingPlaneXpos | CENPyOlpAttributeDouble | Obtenez l’attribut OLP pour la position X du plan de coupe |
GetCuttingPlaneYpos | CENPyOlpAttributeDouble | Obtient l’attribut olp pour la position Y du plan de coupe |
GetCuttingPlaneZpos | CENPyOlpAttributeDouble | Obtenez l’attribut olp pour la position Z du plan de coupe |
GetCuttingPlaneXrot | CENPyOlpAttributeDouble | Obtenez l’attribut OLP pour la rotation autour de l’axe X du plan de coupe (champ Rx du manipulateur) |
GetCuttingPlaneYrot | CENPyOlpAttributeDouble | Obtenez l’attribut OLP pour la rotation autour de l’axe Y du plan de coupe (champ Ry du manipulateur) |
GetCuttingPlaneZrot | CENPyOlpAttributeDouble | Obtenez l’attribut OLP pour la rotation autour de l’axe Z du plan de coupe (champ Rz du manipulateur) |
GetGuidedCurveAxis | CENPyOlpAttributeEnum | Obtenez l’attribut olp pour aligner la normale du plan de coupe (axe Z bleu) à un axe du monde |
Types apparentés
Notes de la version
Cette classe est documentée à la version R2025.2.4.
Was this page helpful?