InitialProfilePlunge Class¶
-
class
NXOpen.CAM.InitialProfilePlunge¶ Bases:
NXOpen.TaggedObjectRepresents the initial profile plunge
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AxialCoordinate | Returns the axial coordinate |
| ExtendDistance | Returns the extend distance |
| Mode | Returns or sets the initial profile plunge mode |
| Point | Returns or sets the initial profile plunge point |
| RadialCoordinate | Returns the radial coordinate |
| StopDistance | Returns the stop distance |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| InitialProfilePlungeModes Enumeration | the initial profile plunge mode |
Property Detail¶
AxialCoordinate¶
-
InitialProfilePlunge.AxialCoordinate¶ Returns the axial coordinate
-------------------------------------Getter Method
Signature
AxialCoordinateReturns: the axial builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
ExtendDistance¶
-
InitialProfilePlunge.ExtendDistance¶ Returns the extend distance
-------------------------------------Getter Method
Signature
ExtendDistanceReturns: the extend distance builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
Mode¶
-
InitialProfilePlunge.Mode¶ Returns or sets the initial profile plunge mode
-------------------------------------Getter Method
Signature
ModeReturns: the initial profile plunge mode Return type: NXOpen.CAM.InitialProfilePlungeModesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ModeParameters: mode ( NXOpen.CAM.InitialProfilePlungeModes) – the initial profile plunge modeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Point¶
-
InitialProfilePlunge.Point¶ Returns or sets the initial profile plunge point
-------------------------------------Getter Method
Signature
PointReturns: the initial profile plunge point Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point) – the initial profile plunge pointNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
RadialCoordinate¶
-
InitialProfilePlunge.RadialCoordinate¶ Returns the radial coordinate
-------------------------------------Getter Method
Signature
RadialCoordinateReturns: the radial builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
StopDistance¶
-
InitialProfilePlunge.StopDistance¶ Returns the stop distance
-------------------------------------Getter Method
Signature
StopDistanceReturns: the stop distance builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.