UncutRegionsBuilder Class

class NXOpen.Die.UncutRegionsBuilder

Bases: NXOpen.Builder

Calculates the uncut regions of a curve given a radius value for the cut tool.

To create a new instance of this class, use NXOpen.Die.DieCollection.CreateUncutRegionsBuilder()

New in version NX7.5.0.

Properties

Property Description
Curves Returns the curves to check for uncut regions.
Results Returns or sets the side of the curve to show the results.
Tag Returns the Tag for this object.
ToolAxis Returns or sets the tool axis.
ToolSize Returns the expression that contains the tool radius.

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.
ReverseSide Reverse the tool side
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

UncutRegionsBuilderResultsType Enumeration Indicates which side of curve to check

Property Detail

Curves

UncutRegionsBuilder.Curves

Returns the curves to check for uncut regions.

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

Getter Method

Signature Curves

Returns:
Return type:NXOpen.Section

New in version NX7.5.0.

License requirements: None.

Results

UncutRegionsBuilder.Results

Returns or sets the side of the curve to show the results.

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

Getter Method

Signature Results

Returns:
Return type:NXOpen.Die.UncutRegionsBuilderResultsType

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Results

Parameters:results (NXOpen.Die.UncutRegionsBuilderResultsType) –

New in version NX7.5.0.

License requirements: None.

ToolAxis

UncutRegionsBuilder.ToolAxis

Returns or sets the tool axis.

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

Getter Method

Signature ToolAxis

Returns:
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature ToolAxis

Parameters:toolAxis (NXOpen.Direction) –

New in version NX7.5.0.

License requirements: None.

ToolSize

UncutRegionsBuilder.ToolSize

Returns the expression that contains the tool radius.

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

Getter Method

Signature ToolSize

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

Method Detail

ReverseSide

UncutRegionsBuilder.ReverseSide

Reverse the tool side

Signature ReverseSide()

New in version NX7.5.0.

License requirements: None.

Validate

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