StopPosition Class¶
-
class
NXOpen.CAM.StopPosition¶ Bases:
NXOpen.TaggedObjectRepresents a stop position
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Distance | Returns or sets the stop at distance |
| Percentage | Returns or sets the stop at percentage |
| Point | Returns or sets the stop at point |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the stop at mode |
Methods¶
Enumerations¶
| StopPositionTypes Enumeration | the stop at options |
Property Detail¶
Distance¶
-
StopPosition.Distance¶ Returns or sets the stop at distance
-------------------------------------Getter Method
Signature
DistanceReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: stopAtDistance (float) – New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Percentage¶
-
StopPosition.Percentage¶ Returns or sets the stop at percentage
-------------------------------------Getter Method
Signature
PercentageReturns: Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PercentageParameters: stopAtPercentage (float) – New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Point¶
-
StopPosition.Point¶ Returns or sets the stop at point
-------------------------------------Getter Method
Signature
PointReturns: the stop at point Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: stopAtPoint ( NXOpen.Point) – the stop at pointNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
StopPosition.Type¶ Returns or sets the stop at mode
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.CAM.StopPositionTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: stopAtMode ( NXOpen.CAM.StopPositionTypes) –New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)