PartAxisBuilder Class

class NXOpen.CAM.PartAxisBuilder

Bases: NXOpen.TaggedObject

Represents 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 AxisOfRotation

Returns:the axis of rotation mode
Return type:NXOpen.CAM.PartAxisBuilderPartAxisOfRotationTypes

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AxisOfRotation

Parameters:axis (NXOpen.CAM.PartAxisBuilderPartAxisOfRotationTypes) – the axis of rotation mode

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

PartAxisPoint

PartAxisBuilder.PartAxisPoint

Returns or sets the part axis point

-------------------------------------

Getter Method

Signature PartAxisPoint

Returns:the part axis point
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PartAxisPoint

Parameters:point (NXOpen.Point) – the part axis point

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

PartAxisVector

PartAxisBuilder.PartAxisVector

Returns or sets the part axis vector

-------------------------------------

Getter Method

Signature PartAxisVector

Returns:the part axis vector
Return type:NXOpen.SmartObject

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PartAxisVector

Parameters:vector (NXOpen.SmartObject) – the part axis vector

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)