MatchSurfaceBuilder Class

class NXOpen.GeometricUtilities.MatchSurfaceBuilder

Bases: NXOpen.Builder

Represents a NXOpen.GeometricUtilities.MatchSurfaceBuilder builder.

This builder’s Commit can create a b-surface To create a new instance of this class, use NXOpen.GeometricUtilities.CAMDataPrepManager.CreateMatchSurfaceBuilder()

Default values.

Property Value
Constraint Tangent
EndToEnd 1
KeepSheet 0
MatchExact 1

New in version NX9.0.0.

Properties

Property Description
AngleTolerance Returns or sets the angle tolerance
Constraint Returns or sets the continuity type for matching
DistanceTolerance Returns or sets the distance tolerance
EditEdge Returns the selected edge for matching
EndToEnd Returns or sets the option to match end-to-end, between the end of edit edge and the reference egde or curve
KeepSheet Returns or sets the option to keep original sheet
MatchExact Returns or sets the option to match exact, between the end of edit edge and the reference egde or curve
Reference Returns the selected reference edge or curve
ReferenceFace Returns the selected face for reference curve
RegionLimit Returns the distance limit of deformation region
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.
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

MatchSurfaceBuilderMatchConstaint Enumeration This enum represents the type of constaints

Property Detail

AngleTolerance

MatchSurfaceBuilder.AngleTolerance

Returns or sets the angle tolerance

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

Getter Method

Signature AngleTolerance

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature AngleTolerance

Parameters:angleTolerance (float) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

Constraint

MatchSurfaceBuilder.Constraint

Returns or sets the continuity type for matching

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

Getter Method

Signature Constraint

Returns:
Return type:NXOpen.GeometricUtilities.MatchSurfaceBuilderMatchConstaint

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Constraint

Parameters:constraint (NXOpen.GeometricUtilities.MatchSurfaceBuilderMatchConstaint) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

DistanceTolerance

MatchSurfaceBuilder.DistanceTolerance

Returns or sets the distance tolerance

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

Getter Method

Signature DistanceTolerance

Returns:
Return type:float

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature DistanceTolerance

Parameters:distTolerance (float) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

EditEdge

MatchSurfaceBuilder.EditEdge

Returns the selected edge for matching

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

Getter Method

Signature EditEdge

Returns:
Return type:NXOpen.SelectEdge

New in version NX9.0.0.

License requirements: None.

EndToEnd

MatchSurfaceBuilder.EndToEnd

Returns or sets the option to match end-to-end, between the end of edit edge and the reference egde or curve

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

Getter Method

Signature EndToEnd

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature EndToEnd

Parameters:endToEnd (bool) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

KeepSheet

MatchSurfaceBuilder.KeepSheet

Returns or sets the option to keep original sheet

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

Getter Method

Signature KeepSheet

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature KeepSheet

Parameters:keepSheet (bool) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

MatchExact

MatchSurfaceBuilder.MatchExact

Returns or sets the option to match exact, between the end of edit edge and the reference egde or curve

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

Getter Method

Signature MatchExact

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature MatchExact

Parameters:matchExact (bool) –

New in version NX9.0.0.

License requirements: nx_freeform_2 (“advanced freeform modeling”) OR die_engineering (“DIE ENGINEERING”)

Reference

MatchSurfaceBuilder.Reference

Returns the selected reference edge or curve

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

Getter Method

Signature Reference

Returns:
Return type:NXOpen.SelectEdge

New in version NX9.0.0.

License requirements: None.

ReferenceFace

MatchSurfaceBuilder.ReferenceFace

Returns the selected face for reference curve

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

Getter Method

Signature ReferenceFace

Returns:
Return type:NXOpen.SelectFace

New in version NX9.0.0.

License requirements: None.

RegionLimit

MatchSurfaceBuilder.RegionLimit

Returns the distance limit of deformation region

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

Getter Method

Signature RegionLimit

Returns:
Return type:NXOpen.GeometricUtilities.OnPathDimensionBuilder

New in version NX9.0.0.

License requirements: None.

Method Detail

Validate

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