BoundaryTurnMemberCorner Class¶
-
class
NXOpen.CAM.BoundaryTurnMemberCorner¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.CAM.BoundaryTurnMemberCornerThis builder cannot be instantiated separately.
New in version NX9.0.2.
Properties¶
| Property | Description |
|---|---|
| Angle | Returns or sets the corner angle value |
| AngleType | Returns or sets the corner angle type |
| CornerFeedType | Returns or sets the corner feed rate type |
| Distance | Returns or sets the corner distance |
| FeedUnit | Returns or sets the feed rate unit |
| FeedValue | Returns or sets the feed rate value |
| Radius | Returns or sets the corner radius |
| Shape | Returns or sets the corner shape |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the corner type |
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¶
| BoundaryTurnMemberCornerAngleValueType Enumeration | the corner angle types available |
| BoundaryTurnMemberCornerCornerType Enumeration | the corner types available |
| BoundaryTurnMemberCornerFeedType Enumeration | the corner feed rate types available |
| BoundaryTurnMemberCornerShapeType Enumeration | the corner shape types available |
Property Detail¶
Angle¶
-
BoundaryTurnMemberCorner.Angle¶ Returns or sets the corner angle value
-------------------------------------Getter Method
Signature
AngleReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleParameters: angleValue (float) – New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
AngleType¶
-
BoundaryTurnMemberCorner.AngleType¶ Returns or sets the corner angle type
-------------------------------------Getter Method
Signature
AngleTypeReturns: Return type: NXOpen.CAM.BoundaryTurnMemberCornerAngleValueTypeNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleTypeParameters: cornerAngle ( NXOpen.CAM.BoundaryTurnMemberCornerAngleValueType) –New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
CornerFeedType¶
-
BoundaryTurnMemberCorner.CornerFeedType¶ Returns or sets the corner feed rate type
-------------------------------------Getter Method
Signature
CornerFeedTypeReturns: Return type: NXOpen.CAM.BoundaryTurnMemberCornerFeedTypeNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
CornerFeedTypeParameters: newValue ( NXOpen.CAM.BoundaryTurnMemberCornerFeedType) –New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
Distance¶
-
BoundaryTurnMemberCorner.Distance¶ Returns or sets the corner distance
-------------------------------------Getter Method
Signature
DistanceReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: cornerDistance (float) – New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
FeedUnit¶
-
BoundaryTurnMemberCorner.FeedUnit¶ Returns or sets the feed rate unit
-------------------------------------Getter Method
Signature
FeedUnitReturns: Return type: NXOpen.CAM.BoundaryTurnSetFeedUnitTypesNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FeedUnitParameters: newUnit ( NXOpen.CAM.BoundaryTurnSetFeedUnitTypes) –New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
FeedValue¶
-
BoundaryTurnMemberCorner.FeedValue¶ Returns or sets the feed rate value
-------------------------------------Getter Method
Signature
FeedValueReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
FeedValueParameters: newValue (float) – New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
Radius¶
-
BoundaryTurnMemberCorner.Radius¶ Returns or sets the corner radius
-------------------------------------Getter Method
Signature
RadiusReturns: Return type: float New in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
RadiusParameters: cornerRadius (float) – New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
Shape¶
-
BoundaryTurnMemberCorner.Shape¶ Returns or sets the corner shape
-------------------------------------Getter Method
Signature
ShapeReturns: Return type: NXOpen.CAM.BoundaryTurnMemberCornerShapeTypeNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
ShapeParameters: cornerShape ( NXOpen.CAM.BoundaryTurnMemberCornerShapeType) –New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
Type¶
-
BoundaryTurnMemberCorner.Type¶ Returns or sets the corner type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.CAM.BoundaryTurnMemberCornerCornerTypeNew in version NX9.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: cornerType ( NXOpen.CAM.BoundaryTurnMemberCornerCornerType) –New in version NX9.0.2.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
Validate¶
-
BoundaryTurnMemberCorner.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.