MatchSurfaceBuilder Class¶
-
class
NXOpen.GeometricUtilities.MatchSurfaceBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.GeometricUtilities.MatchSurfaceBuilderbuilder.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
AngleToleranceReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleToleranceParameters: 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
ConstraintReturns: Return type: NXOpen.GeometricUtilities.MatchSurfaceBuilderMatchConstaintNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ConstraintParameters: 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
DistanceToleranceReturns: Return type: float New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceToleranceParameters: 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
EditEdgeReturns: Return type: NXOpen.SelectEdgeNew 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
EndToEndReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EndToEndParameters: 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
KeepSheetReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
KeepSheetParameters: 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
MatchExactReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MatchExactParameters: 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
ReferenceReturns: Return type: NXOpen.SelectEdgeNew in version NX9.0.0.
License requirements: None.
ReferenceFace¶
-
MatchSurfaceBuilder.ReferenceFace¶ Returns the selected face for reference curve
-------------------------------------Getter Method
Signature
ReferenceFaceReturns: Return type: NXOpen.SelectFaceNew in version NX9.0.0.
License requirements: None.
RegionLimit¶
-
MatchSurfaceBuilder.RegionLimit¶ Returns the distance limit of deformation region
-------------------------------------Getter Method
Signature
RegionLimitReturns: Return type: NXOpen.GeometricUtilities.OnPathDimensionBuilderNew 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.