|
NX Open C++ Reference Guide
|
Represents a @link GeometricUtilities::MatchSurfaceBuilder GeometricUtilities::MatchSurfaceBuilder@endlink builder.This builder's Commit can create a b-surface <br> To create a new instance of this class, use @link GeometricUtilities::CAMDataPrepManager::CreateMatchSurfaceBuilder GeometricUtilities::CAMDataPrepManager::CreateMatchSurfaceBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | MatchConstaint { MatchConstaintPosition, MatchConstaintTangent } |
| This enum represents the type of constaints. More... | |
Public Member Functions | |
| double | AngleTolerance () |
| Returns the angle tolerance Created in NX9.0.0. | |
| NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint | Constraint () |
| Returns the continuity type for matching Created in NX9.0.0. | |
| double | DistanceTolerance () |
| Returns the distance tolerance Created in NX9.0.0. | |
| NXOpen::SelectEdge * | EditEdge () |
| Returns the selected edge for matching Created in NX9.0.0. | |
| bool | EndToEnd () |
| Returns the option to match end-to-end, between the end of edit edge and the reference egde or curve Created in NX9.0.0. | |
| bool | KeepSheet () |
| Returns the option to keep original sheet Created in NX9.0.0. | |
| bool | MatchExact () |
| Returns the option to match exact, between the end of edit edge and the reference egde or curve Created in NX9.0.0. | |
| NXOpen::SelectEdge * | Reference () |
| Returns the selected reference edge or curve Created in NX9.0.0. | |
| NXOpen::SelectFace * | ReferenceFace () |
| Returns the selected face for reference curve Created in NX9.0.0. | |
| NXOpen::GeometricUtilities::OnPathDimensionBuilder * | RegionLimit () |
| Returns the distance limit of deformation region Created in NX9.0.0. | |
| void | SetAngleTolerance (double angleTolerance) |
| Sets the angle tolerance Created in NX9.0.0. | |
| void | SetConstraint (NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint constraint) |
| Sets the continuity type for matching Created in NX9.0.0. | |
| void | SetDistanceTolerance (double distTolerance) |
| Sets the distance tolerance Created in NX9.0.0. | |
| void | SetEndToEnd (bool endToEnd) |
| Sets the option to match end-to-end, between the end of edit edge and the reference egde or curve Created in NX9.0.0. | |
| void | SetKeepSheet (bool keepSheet) |
| Sets the option to keep original sheet Created in NX9.0.0. | |
| void | SetMatchExact (bool matchExact) |
| Sets the option to match exact, between the end of edit edge and the reference egde or curve Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link GeometricUtilities::MatchSurfaceBuilder GeometricUtilities::MatchSurfaceBuilder@endlink builder.This builder's Commit can create a b-surface <br> To create a new instance of this class, use @link GeometricUtilities::CAMDataPrepManager::CreateMatchSurfaceBuilder GeometricUtilities::CAMDataPrepManager::CreateMatchSurfaceBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
Constraint |
Tangent |
|
EndToEnd |
1 |
|
KeepSheet |
0 |
|
MatchExact |
1 |
Created in NX9.0.0.
| double NXOpen::GeometricUtilities::MatchSurfaceBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX9.0.0.
License requirements : None
| NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint NXOpen::GeometricUtilities::MatchSurfaceBuilder::Constraint | ( | ) |
Returns the continuity type for matching
Created in NX9.0.0.
License requirements : None
| double NXOpen::GeometricUtilities::MatchSurfaceBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX9.0.0.
License requirements : None
| NXOpen::SelectEdge* NXOpen::GeometricUtilities::MatchSurfaceBuilder::EditEdge | ( | ) |
Returns the selected edge for matching
Created in NX9.0.0.
License requirements : None
| bool NXOpen::GeometricUtilities::MatchSurfaceBuilder::EndToEnd | ( | ) |
Returns the option to match end-to-end, between the end of edit edge and the reference egde or curve
Created in NX9.0.0.
License requirements : None
| bool NXOpen::GeometricUtilities::MatchSurfaceBuilder::KeepSheet | ( | ) |
Returns the option to keep original sheet
Created in NX9.0.0.
License requirements : None
| bool NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchExact | ( | ) |
Returns the option to match exact, between the end of edit edge and the reference egde or curve
Created in NX9.0.0.
License requirements : None
| NXOpen::SelectEdge* NXOpen::GeometricUtilities::MatchSurfaceBuilder::Reference | ( | ) |
Returns the selected reference edge or curve
Created in NX9.0.0.
License requirements : None
| NXOpen::SelectFace* NXOpen::GeometricUtilities::MatchSurfaceBuilder::ReferenceFace | ( | ) |
Returns the selected face for reference curve
Created in NX9.0.0.
License requirements : None
| NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::MatchSurfaceBuilder::RegionLimit | ( | ) |
Returns the distance limit of deformation region
Created in NX9.0.0.
License requirements : None
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| angleTolerance | angletolerance |
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetConstraint | ( | NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint | constraint | ) |
Sets the continuity type for matching
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| constraint | constraint |
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetDistanceTolerance | ( | double | distTolerance | ) |
Sets the distance tolerance
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| distTolerance | disttolerance |
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetEndToEnd | ( | bool | endToEnd | ) |
Sets the option to match end-to-end, between the end of edit edge and the reference egde or curve
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| endToEnd | endtoend |
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetKeepSheet | ( | bool | keepSheet | ) |
Sets the option to keep original sheet
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| keepSheet | keepsheet |
| void NXOpen::GeometricUtilities::MatchSurfaceBuilder::SetMatchExact | ( | bool | matchExact | ) |
Sets the option to match exact, between the end of edit edge and the reference egde or curve
Created in NX9.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling") OR die_engineering ("DIE ENGINEERING")
| matchExact | matchexact |