FirstPlunge Class

class NXOpen.CAM.FirstPlunge

Bases: NXOpen.TaggedObject

Represents the first plunge

New in version NX6.0.0.

Properties

Property Description
AxialCoordinate Returns the axial coordinate
Point Returns or sets the first plunge point
Position Returns or sets the first plunge position
RadialCoordinate Returns the radial coordinate
Tag Returns the Tag for this object.

Methods

Enumerations

FirstPlungePositions Enumeration the first plunge positions

Property Detail

AxialCoordinate

FirstPlunge.AxialCoordinate

Returns the axial coordinate

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

Getter Method

Signature AxialCoordinate

Returns:the axial builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.

Point

FirstPlunge.Point

Returns or sets the first plunge point

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

Getter Method

Signature Point

Returns:the first plunge point
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:point (NXOpen.Point) – the first plunge point

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Position

FirstPlunge.Position

Returns or sets the first plunge position

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

Getter Method

Signature Position

Returns:the first plunge position
Return type:NXOpen.CAM.FirstPlungePositions

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Position

Parameters:position (NXOpen.CAM.FirstPlungePositions) – the first plunge position

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

RadialCoordinate

FirstPlunge.RadialCoordinate

Returns the radial coordinate

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

Getter Method

Signature RadialCoordinate

Returns:the radial builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX6.0.0.

License requirements: None.