PartAxisBuilder Class¶
-
class
NXOpen.CAM.PartAxisBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a part axis builder.
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| AxisOfRotation | Returns or sets the axis of rotation type |
| PartAxisPoint | Returns or sets the part axis point |
| PartAxisVector | Returns or sets the part axis vector |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| PartAxisBuilderPartAxisOfRotationTypes Enumeration | The types for part axis of rotation |
Property Detail¶
AxisOfRotation¶
-
PartAxisBuilder.AxisOfRotation¶ Returns or sets the axis of rotation type
-------------------------------------Getter Method
Signature
AxisOfRotationReturns: the axis of rotation mode Return type: NXOpen.CAM.PartAxisBuilderPartAxisOfRotationTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisOfRotationParameters: axis ( NXOpen.CAM.PartAxisBuilderPartAxisOfRotationTypes) – the axis of rotation modeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
PartAxisPoint¶
-
PartAxisBuilder.PartAxisPoint¶ Returns or sets the part axis point
-------------------------------------Getter Method
Signature
PartAxisPointReturns: the part axis point Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PartAxisPointParameters: point ( NXOpen.Point) – the part axis pointNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
PartAxisVector¶
-
PartAxisBuilder.PartAxisVector¶ Returns or sets the part axis vector
-------------------------------------Getter Method
Signature
PartAxisVectorReturns: the part axis vector Return type: NXOpen.SmartObjectNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PartAxisVectorParameters: vector ( NXOpen.SmartObject) – the part axis vectorNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)