BoundaryTurnBlank Class

class NXOpen.CAM.BoundaryTurnBlank

Bases: NXOpen.Builder

Represents a NXOpen.CAM.BoundaryTurnBlank

This builder cannot be instantiated separately.

New in version NX9.0.2.

Properties

Property Description
AutoPosition Returns or sets the automatic position flag
BlankType Returns or sets the workpiece type
Boundary Returns the boundary
Diameter Returns or sets the diameter of the bar
EquidistantStock Returns or sets the equidistant stock
FaceStock Returns or sets the face stock
FlipDirection Returns or sets the flip direction flag
InnerDiameter Returns or sets the inner diameter of the tube
Length Returns or sets the length of the bar or tube
MountingPosition Returns or sets the mounting position
OuterDiameter Returns or sets the outer diameter of the tube
Point Returns or sets the head stock position
RadialStock Returns or sets the radial stock
ReferencePoint Returns or sets the reference point
Tag Returns the Tag for this object.
TargetPoint Returns or sets the target point

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.
GetObject Returns the object currently being edited by this builder.
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.

Enumerations

BoundaryTurnBlankPosition Enumeration the mounting direction types available
BoundaryTurnBlankType Enumeration the blank types available

Property Detail

AutoPosition

BoundaryTurnBlank.AutoPosition

Returns or sets the automatic position flag

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

Getter Method

Signature AutoPosition

Returns:
Return type:bool

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature AutoPosition

Parameters:autoPosition (bool) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

BlankType

BoundaryTurnBlank.BlankType

Returns or sets the workpiece type

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

Getter Method

Signature BlankType

Returns:
Return type:NXOpen.CAM.BoundaryTurnBlankType

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature BlankType

Parameters:stockType (NXOpen.CAM.BoundaryTurnBlankType) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

Boundary

BoundaryTurnBlank.Boundary

Returns the boundary

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

Getter Method

Signature Boundary

Returns:
Return type:NXOpen.CAM.Boundary

New in version NX9.0.2.

License requirements: None.

Diameter

BoundaryTurnBlank.Diameter

Returns or sets the diameter of the bar

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

Getter Method

Signature Diameter

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Diameter

Parameters:diameter (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

EquidistantStock

BoundaryTurnBlank.EquidistantStock

Returns or sets the equidistant stock

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

Getter Method

Signature EquidistantStock

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature EquidistantStock

Parameters:equidistantStock (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

FaceStock

BoundaryTurnBlank.FaceStock

Returns or sets the face stock

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

Getter Method

Signature FaceStock

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature FaceStock

Parameters:faceStock (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

FlipDirection

BoundaryTurnBlank.FlipDirection

Returns or sets the flip direction flag

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

Getter Method

Signature FlipDirection

Returns:
Return type:bool

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature FlipDirection

Parameters:flipDirection (bool) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

InnerDiameter

BoundaryTurnBlank.InnerDiameter

Returns or sets the inner diameter of the tube

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

Getter Method

Signature InnerDiameter

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature InnerDiameter

Parameters:innerDiameter (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

Length

BoundaryTurnBlank.Length

Returns or sets the length of the bar or tube

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

Getter Method

Signature Length

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Length

Parameters:length (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

MountingPosition

BoundaryTurnBlank.MountingPosition

Returns or sets the mounting position

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

Getter Method

Signature MountingPosition

Returns:
Return type:NXOpen.CAM.BoundaryTurnBlankPosition

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature MountingPosition

Parameters:mountPos (NXOpen.CAM.BoundaryTurnBlankPosition) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

OuterDiameter

BoundaryTurnBlank.OuterDiameter

Returns or sets the outer diameter of the tube

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

Getter Method

Signature OuterDiameter

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature OuterDiameter

Parameters:outerDiameter (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

Point

BoundaryTurnBlank.Point

Returns or sets the head stock position

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

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Point

Parameters:headStockPosition (NXOpen.Point) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

RadialStock

BoundaryTurnBlank.RadialStock

Returns or sets the radial stock

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

Getter Method

Signature RadialStock

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature RadialStock

Parameters:radialStock (float) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

ReferencePoint

BoundaryTurnBlank.ReferencePoint

Returns or sets the reference point

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

Getter Method

Signature ReferencePoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature ReferencePoint

Parameters:referencePoint (NXOpen.Point) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

TargetPoint

BoundaryTurnBlank.TargetPoint

Returns or sets the target point

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

Getter Method

Signature TargetPoint

Returns:
Return type:NXOpen.Point

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature TargetPoint

Parameters:targetPoint (NXOpen.Point) –

New in version NX9.0.2.

License requirements: cam_base (“CAM BASE”)

Method Detail

Validate

BoundaryTurnBlank.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.