RemoveUndercutsBuilder Class

class NXOpen.Facet.RemoveUndercutsBuilder

Bases: NXOpen.Builder

This class handles the removal of undercut regions of a facet body.

To create a new instance of this class, use NXOpen.Facet.FacetModelingCollection.CreateRemoveUndercutsBuilder()

Default values.

Property Value
DraftAngle.Value 0
IsEditCopy 0

New in version NX12.0.0.

Properties

Property Description
DraftAngle Returns the draft angle
DrawDirection Returns or sets the draft vector
FacetBody Returns the facet body.
IsEditCopy Returns or sets the flag indicating if the fixing undercuts is on the copy of the input facet body.
MatchFace Returns or sets the match tangent to face.
PartingObject Returns the parting object
SelectedCurve Returns the selected isocline curve.
Tag Returns the Tag for this object.

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.
GenerateIsoclines The generation of isoclines.
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.

Property Detail

DraftAngle

RemoveUndercutsBuilder.DraftAngle

Returns the draft angle

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

Getter Method

Signature DraftAngle

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

DrawDirection

RemoveUndercutsBuilder.DrawDirection

Returns or sets the draft vector

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

Getter Method

Signature DrawDirection

Returns:
Return type:NXOpen.Direction

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature DrawDirection

Parameters:drawDirection (NXOpen.Direction) –

New in version NX12.0.0.

License requirements: None.

FacetBody

RemoveUndercutsBuilder.FacetBody

Returns the facet body.

Inputs to this command can be convergent objects

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

Getter Method

Signature FacetBody

Returns:
Return type:NXOpen.SelectDisplayableObject

New in version NX12.0.0.

License requirements: None.

IsEditCopy

RemoveUndercutsBuilder.IsEditCopy

Returns or sets the flag indicating if the fixing undercuts is on the copy of the input facet body.

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

Getter Method

Signature IsEditCopy

Returns:
Return type:bool

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature IsEditCopy

Parameters:isEditCopy (bool) –

New in version NX12.0.0.

License requirements: nx_polygon_modeling (” NX Polygon Modeling”)

MatchFace

RemoveUndercutsBuilder.MatchFace

Returns or sets the match tangent to face.

Math the shorter face by bridging the input face to the edge of the longer face at the parting objet.

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

Getter Method

Signature MatchFace

Returns:
Return type:bool

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature MatchFace

Parameters:matchFace (bool) –

New in version NX12.0.0.

License requirements: nx_polygon_modeling (” NX Polygon Modeling”)

PartingObject

RemoveUndercutsBuilder.PartingObject

Returns the parting object

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

Getter Method

Signature PartingObject

Returns:
Return type:NXOpen.SelectDisplayableObject

New in version NX12.0.0.

License requirements: None.

SelectedCurve

RemoveUndercutsBuilder.SelectedCurve

Returns the selected isocline curve.

The undercut related to the selected isocline curve will be removed.

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

Getter Method

Signature SelectedCurve

Returns:
Return type:NXOpen.ScCollector

New in version NX12.0.0.

License requirements: None.

Method Detail

GenerateIsoclines

RemoveUndercutsBuilder.GenerateIsoclines

The generation of isoclines.

Create isocline curves on the input facet body.

Signature GenerateIsoclines()

New in version NX12.0.0.

License requirements: nx_polygon_modeling (” NX Polygon Modeling”)

Validate

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