BoundaryTurnVariableStockSet Class

class NXOpen.CAM.BoundaryTurnVariableStockSet

Bases: NXOpen.TaggedObject

Represents a turning boundary variable stock set

To create a new instance of this class, use NXOpen.CAM.BoundaryTurnVariableStock.CreateItemBuilder()

New in version NX9.0.2.

Properties

Property Description
DistanceFromBoundary Returns or sets the distance from boundary
Feed Returns or sets the feed rate toggle
FeedUnit Returns or sets the feed rate unit
FeedValue Returns or sets the feed rate value
PositionFromStart Returns or sets the position from start
Tag Returns the Tag for this object.

Methods

Enumerations

BoundaryTurnVariableStockSetFeedType Enumeration the feed rate types available

Property Detail

DistanceFromBoundary

BoundaryTurnVariableStockSet.DistanceFromBoundary

Returns or sets the distance from boundary

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

Getter Method

Signature DistanceFromBoundary()

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature DistanceFromBoundary(distFromBoundary)

Parameters:distFromBoundary (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

Feed

BoundaryTurnVariableStockSet.Feed

Returns or sets the feed rate toggle

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

Getter Method

Signature Feed()

Returns:
Return type:NXOpen.CAM.BoundaryTurnVariableStockSetFeedType

New in version NX10.0.3.

License requirements: None.

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

Setter Method

Signature Feed(newValue)

Parameters:newValue (NXOpen.CAM.BoundaryTurnVariableStockSetFeedType) –

New in version NX10.0.3.

License requirements: cam_base (“CAM BASE”)

FeedUnit

BoundaryTurnVariableStockSet.FeedUnit

Returns or sets the feed rate unit

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

Getter Method

Signature FeedUnit()

Returns:
Return type:NXOpen.CAM.BoundaryTurnSetFeedUnitTypes

New in version NX10.0.3.

License requirements: None.

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

Setter Method

Signature FeedUnit(newUnit)

Parameters:newUnit (NXOpen.CAM.BoundaryTurnSetFeedUnitTypes) –

New in version NX10.0.3.

License requirements: cam_base (“CAM BASE”)

FeedValue

BoundaryTurnVariableStockSet.FeedValue

Returns or sets the feed rate value

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

Getter Method

Signature FeedValue()

Returns:
Return type:float

New in version NX10.0.3.

License requirements: None.

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

Setter Method

Signature FeedValue(newValue)

Parameters:newValue (float) –

New in version NX10.0.3.

License requirements: cam_base (“CAM BASE”)

PositionFromStart

BoundaryTurnVariableStockSet.PositionFromStart

Returns or sets the position from start

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

Getter Method

Signature PositionFromStart()

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature PositionFromStart(positionFromStart)

Parameters:positionFromStart (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)