BoundaryTurnBlank Class¶
-
class
NXOpen.CAM.BoundaryTurnBlank¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAM.BoundaryTurnBlankThis 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
AutoPositionReturns: Return type: bool New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
AutoPositionParameters: 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
BlankTypeReturns: Return type: NXOpen.CAM.BoundaryTurnBlankTypeNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
BlankTypeParameters: 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
BoundaryReturns: Return type: NXOpen.CAM.BoundaryNew in version NX9.0.2.
License requirements: None.
Diameter¶
-
BoundaryTurnBlank.Diameter¶ Returns or sets the diameter of the bar
-------------------------------------Getter Method
Signature
DiameterReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
DiameterParameters: 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
EquidistantStockReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
EquidistantStockParameters: 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
FaceStockReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FaceStockParameters: 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
FlipDirectionReturns: Return type: bool New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FlipDirectionParameters: 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
InnerDiameterReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
InnerDiameterParameters: 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
LengthReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
LengthParameters: 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
MountingPositionReturns: Return type: NXOpen.CAM.BoundaryTurnBlankPositionNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
MountingPositionParameters: 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
OuterDiameterReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
OuterDiameterParameters: 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
PointReturns: Return type: NXOpen.PointNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: 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
RadialStockReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
RadialStockParameters: 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
ReferencePointReturns: Return type: NXOpen.PointNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferencePointParameters: 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
TargetPointReturns: Return type: NXOpen.PointNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
TargetPointParameters: 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.