FirstPlunge Class¶
-
class
NXOpen.CAM.FirstPlunge¶ Bases:
NXOpen.TaggedObjectRepresents 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
AxialCoordinateReturns: the axial builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
Point¶
-
FirstPlunge.Point¶ Returns or sets the first plunge point
-------------------------------------Getter Method
Signature
PointReturns: the first plunge point Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point) – the first plunge pointNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Position¶
-
FirstPlunge.Position¶ Returns or sets the first plunge position
-------------------------------------Getter Method
Signature
PositionReturns: the first plunge position Return type: NXOpen.CAM.FirstPlungePositionsNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositionParameters: position ( NXOpen.CAM.FirstPlungePositions) – the first plunge positionNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
RadialCoordinate¶
-
FirstPlunge.RadialCoordinate¶ Returns the radial coordinate
-------------------------------------Getter Method
Signature
RadialCoordinateReturns: the radial builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.