TurnMethodBuilder Class

class NXOpen.CAM.TurnMethodBuilder

Bases: NXOpen.CAM.MethodBuilder

Represents a Turn Method Builder

To create a new instance of this class, use NXOpen.CAM.NCGroupCollection.CreateTurnMethodBuilder()

New in version NX5.0.0.

Properties

Property Description
CutParameters Returns the cut parameter object
CycleEvent Returns the cycle event
CycleTable Returns the cycle
Description Returns or sets the description
EndUdeSet Returns the end ude set
FaceStockBuilder Returns the face stock builder (inheritable double)
FeedsBuilder Returns the feeds builder
OptimizationMethod Returns or sets the optim method
PaintDisplay Returns the sub builder for paint display
PathDisplay Returns the sub builder for path display
PathDisplayColors Returns the sub builder for path display colors
RadStockBuilder Returns the radial stock builder (inheritable double)
SilhouDisplay Returns the sub builder for silhou display
StartUdeSet Returns the start ude set
StockPartBuilder Returns the part stock builder (inheritable double)
Tag Returns the Tag for this object.
ToolDisplay Returns the sub builder for tool display
TurnEngRetMinDistBuilder Returns the minimum engage/retract distance builder (inheritable double)

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetCustomizableItemBuilder Returns the customizable item builder for the given customizable item name
GetCustomizableItemNames Returns the names for all customizable item ids
GetCutMethod Get cut method
GetObject Returns the object currently being edited by this builder.
GetTurnDisplCollTog Get the display collisions value
SetCutMethod Set cut method
SetTurnDisplCollTog Set the display collisions value
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

FaceStockBuilder

TurnMethodBuilder.FaceStockBuilder

Returns the face stock builder (inheritable double)

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

Getter Method

Signature FaceStockBuilder

Returns:The face stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

FeedsBuilder

TurnMethodBuilder.FeedsBuilder

Returns the feeds builder

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

Getter Method

Signature FeedsBuilder

Returns:the feeds builder
Return type:NXOpen.CAM.FeedsTurnBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

RadStockBuilder

TurnMethodBuilder.RadStockBuilder

Returns the radial stock builder (inheritable double)

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

Getter Method

Signature RadStockBuilder

Returns:The radial stock builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

StockPartBuilder

TurnMethodBuilder.StockPartBuilder

Returns the part stock builder (inheritable double)

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

Getter Method

Signature StockPartBuilder

Returns:The stock part builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

TurnEngRetMinDistBuilder

TurnMethodBuilder.TurnEngRetMinDistBuilder

Returns the minimum engage/retract distance builder (inheritable double)

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

Getter Method

Signature TurnEngRetMinDistBuilder

Returns:The minimum engage/retract distance builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

Method Detail

GetTurnDisplCollTog

TurnMethodBuilder.GetTurnDisplCollTog

Get the display collisions value

Signature GetTurnDisplCollTog()

Returns:the display collisions value
Return type:int

New in version NX5.0.0.

License requirements: None.

SetTurnDisplCollTog

TurnMethodBuilder.SetTurnDisplCollTog

Set the display collisions value

Signature SetTurnDisplCollTog(displayValue)

Parameters:displayValue (int) – the display collisions value value

New in version NX5.0.0.

License requirements: None.

Validate

TurnMethodBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.