NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::GeometricUtilities::MatchSurfaceBuilder Class Reference

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

Inheritance diagram for NXOpen::GeometricUtilities::MatchSurfaceBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint Constraint ()
 Returns the continuity type for matching
Created in NX9.0.0. More...
 
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX9.0.0. More...
 
NXOpen::SelectEdgeEditEdge ()
 Returns the selected edge for matching
Created in NX9.0.0. More...
 
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. More...
 
bool KeepSheet ()
 Returns the option to keep original sheet
Created in NX9.0.0. More...
 
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. More...
 
NXOpen::SelectEdgeReference ()
 Returns the selected reference edge or curve
Created in NX9.0.0. More...
 
NXOpen::SelectFaceReferenceFace ()
 Returns the selected face for reference curve
Created in NX9.0.0. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderRegionLimit ()
 Returns the distance limit of deformation region
Created in NX9.0.0. More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance
Created in NX9.0.0. More...
 
void SetConstraint (NXOpen::GeometricUtilities::MatchSurfaceBuilder::MatchConstaint constraint)
 Sets the continuity type for matching
Created in NX9.0.0. More...
 
void SetDistanceTolerance (double distTolerance)
 Sets the distance tolerance
Created in NX9.0.0. More...
 
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. More...
 
void SetKeepSheet (bool keepSheet)
 Sets the option to keep original sheet
Created in NX9.0.0. More...
 
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. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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


Created in NX9.0.0.

Member Enumeration Documentation

This enum represents the type of constaints.

Enumerator
MatchConstaintPosition 

position

MatchConstaintTangent 

tangent

Member Function Documentation

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")

Parameters
angleToleranceangletolerance
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")

Parameters
constraintconstraint
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")

Parameters
distTolerancedisttolerance
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")

Parameters
endToEndendtoend
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")

Parameters
keepSheetkeepsheet
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")

Parameters
matchExactmatchexact

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.