StopPosition Class

class NXOpen.CAM.StopPosition

Bases: NXOpen.TaggedObject

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

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Distance

Parameters: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 Percentage

Returns:
Return type:float

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Percentage

Parameters: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 Point

Returns:the stop at point
Return type:NXOpen.Point

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:stopAtPoint (NXOpen.Point) – the stop at point

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Type

StopPosition.Type

Returns or sets the stop at mode

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.CAM.StopPositionTypes

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature Type

Parameters:stopAtMode (NXOpen.CAM.StopPositionTypes) –

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)