BoundaryTurnMemberCorner Class

class NXOpen.CAM.BoundaryTurnMemberCorner

Bases: NXOpen.Builder

Represents a NXOpen.CAM.BoundaryTurnMemberCorner

This 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 Angle

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Angle

Parameters: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 AngleType

Returns:
Return type:NXOpen.CAM.BoundaryTurnMemberCornerAngleValueType

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature AngleType

Parameters: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 CornerFeedType

Returns:
Return type:NXOpen.CAM.BoundaryTurnMemberCornerFeedType

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature CornerFeedType

Parameters: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 Distance

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Distance

Parameters: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 FeedUnit

Returns:
Return type:NXOpen.CAM.BoundaryTurnSetFeedUnitTypes

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature FeedUnit

Parameters: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 FeedValue

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature FeedValue

Parameters: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 Radius

Returns:
Return type:float

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Radius

Parameters: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 Shape

Returns:
Return type:NXOpen.CAM.BoundaryTurnMemberCornerShapeType

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Shape

Parameters: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 Type

Returns:
Return type:NXOpen.CAM.BoundaryTurnMemberCornerCornerType

New in version NX9.0.2.

License requirements: None.

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

Setter Method

Signature Type

Parameters: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.