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

Represents a NXOpen::GeometricAnalysis::DeviationChecking
To create a new instance of this class, use NXOpen::GeometricAnalysis::AnalysisManager::CreateDeviationCheckingObject

Created in NX6.0.0. More...

Inheritance diagram for NXOpen::GeometricAnalysis::DeviationChecking:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DeviationOptions {
  DeviationOptionsNoDeviations, DeviationOptionsAllDeviations, DeviationOptionsMaximumDistance, DeviationOptionsMinimumDistance,
  DeviationOptionsMaximumAngle, DeviationOptionsMinimumAngle
}
 the deviation type to be shown More...
 
enum  Types {
  TypesCurveToCurve, TypesCurveToFace, TypesEdgeToFace, TypesFaceToFace,
  TypesEdgeToEdge
}
 the type of deviation checking to be performed More...
 

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance to be used for the deviation checking
Created in NX6.0.0. More...
 
void Check ()
 Performs deviation checking. More...
 
NXOpen::SelectIBaseCurveCurve ()
 Returns the curve - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToFace . More...
 
NXOpen::GeometricAnalysis::DeviationChecking::DeviationOptions DeviationOption ()
 Returns the number or type of deviations to be shown for the deviation checking
Created in NX6.0.0. More...
 
double DistanceTolerance ()
 Returns the distance tolerance to be used for the deviation checking
Created in NX6.0.0. More...
 
NXOpen::SelectIParameterizedSurfaceFaceOfFirstEdge ()
 Returns the face associated with the first edge or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace . More...
 
NXOpen::SelectIParameterizedSurfaceFaceOfSecondEdge ()
 Returns the face associated with the second edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge . More...
 
NXOpen::SelectIBaseCurveFirstCurve ()
 Returns the first curve or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve . More...
 
NXOpen::SelectIBaseCurveFirstEdge ()
 Returns the first edge or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace . More...
 
NXOpen::SelectIParameterizedSurfaceFirstFace ()
 Returns the first face - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesFaceToFace . More...
 
int NumberCheckPoints ()
 Returns the number of check points to be shown for the deviation checking - required when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve or NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToFace or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge . More...
 
int NumberUcheckPoints ()
 Returns the number of u check points to be shown for the deviation checking. More...
 
int NumberVcheckPoints ()
 Returns the number of v check points to be shown for the deviation checking. More...
 
NXOpen::SelectIBaseCurveSecondCurve ()
 Returns the second curve or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve . More...
 
NXOpen::SelectIBaseCurveSecondEdge ()
 Returns the second edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge . More...
 
NXOpen::SelectIParameterizedSurfaceSecondFace ()
 Returns the second face - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesFaceToFace or the face - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToFace or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace . More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance to be used for the deviation checking
Created in NX6.0.0. More...
 
void SetDeviationOption (NXOpen::GeometricAnalysis::DeviationChecking::DeviationOptions deviationOption)
 Sets the number or type of deviations to be shown for the deviation checking
Created in NX6.0.0. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance to be used for the deviation checking
Created in NX6.0.0. More...
 
void SetNumberCheckPoints (int numberCheckPoints)
 Sets the number of check points to be shown for the deviation checking - required when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve or NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToFace or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge . More...
 
void SetNumberUcheckPoints (int numberUCheckPoints)
 Sets the number of u check points to be shown for the deviation checking. More...
 
void SetNumberVcheckPoints (int numberVCheckPoints)
 Sets the number of v check points to be shown for the deviation checking. More...
 
void SetType (NXOpen::GeometricAnalysis::DeviationChecking::Types type)
 Sets the deviation checking type. More...
 
NXOpen::GeometricAnalysis::DeviationChecking::Types Type ()
 Returns the deviation checking type. 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::GeometricAnalysis::DeviationChecking
To create a new instance of this class, use NXOpen::GeometricAnalysis::AnalysisManager::CreateDeviationCheckingObject

Created in NX6.0.0.


Member Enumeration Documentation

the deviation type to be shown

Enumerator
DeviationOptionsNoDeviations 

show no deviations

DeviationOptionsAllDeviations 

show all deviations

DeviationOptionsMaximumDistance 

show maximum distance deviation

DeviationOptionsMinimumDistance 

show minimum distance deviation

DeviationOptionsMaximumAngle 

show maximum angle deviation

DeviationOptionsMinimumAngle 

show minimum angle deviation

the type of deviation checking to be performed

Enumerator
TypesCurveToCurve 

check curve/edge to curve/edge deviation

TypesCurveToFace 

check curve/edge to face deviation

TypesEdgeToFace 

check edge to face deviation

TypesFaceToFace 

check face to face deviation

TypesEdgeToEdge 

check edge to edge deviation

Member Function Documentation

double NXOpen::GeometricAnalysis::DeviationChecking::AngleTolerance ( )

Returns the angle tolerance to be used for the deviation checking
Created in NX6.0.0.



License requirements : None

void NXOpen::GeometricAnalysis::DeviationChecking::Check ( )

Performs deviation checking.

Before calling this method, set property NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType to specify the type of deviation checking, and the two objects (curve/face/edge) to be used the deviation checking. The type of the objects required depends on NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType set above. Also set the number check points to be displayed or u and v check points, the distance tolerance, and the angle tolerance before calling the method NXOpen::GeometricAnalysis::DeviationChecking::Check . NXOpen::GeometricAnalysis::DeviationChecking::Check displays the deviation as per the specification above in the graphics and lists in the information window of NX.


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIBaseCurve* NXOpen::GeometricAnalysis::DeviationChecking::Curve ( )

Returns the curve - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToFace .


Created in NX6.0.0.

License requirements : None

NXOpen::GeometricAnalysis::DeviationChecking::DeviationOptions NXOpen::GeometricAnalysis::DeviationChecking::DeviationOption ( )

Returns the number or type of deviations to be shown for the deviation checking
Created in NX6.0.0.



License requirements : None

double NXOpen::GeometricAnalysis::DeviationChecking::DistanceTolerance ( )

Returns the distance tolerance to be used for the deviation checking
Created in NX6.0.0.



License requirements : None

NXOpen::SelectIParameterizedSurface* NXOpen::GeometricAnalysis::DeviationChecking::FaceOfFirstEdge ( )

Returns the face associated with the first edge or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge or NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToFace .


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIParameterizedSurface* NXOpen::GeometricAnalysis::DeviationChecking::FaceOfSecondEdge ( )

Returns the face associated with the second edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge .


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIBaseCurve* NXOpen::GeometricAnalysis::DeviationChecking::FirstCurve ( )

Returns the first curve or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve .


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIBaseCurve* NXOpen::GeometricAnalysis::DeviationChecking::FirstEdge ( )
NXOpen::SelectIParameterizedSurface* NXOpen::GeometricAnalysis::DeviationChecking::FirstFace ( )

Returns the first face - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesFaceToFace .


Created in NX6.0.0.

License requirements : None

int NXOpen::GeometricAnalysis::DeviationChecking::NumberCheckPoints ( )
int NXOpen::GeometricAnalysis::DeviationChecking::NumberUcheckPoints ( )

Returns the number of u check points to be shown for the deviation checking.


Created in NX6.0.0.

License requirements : None

int NXOpen::GeometricAnalysis::DeviationChecking::NumberVcheckPoints ( )

Returns the number of v check points to be shown for the deviation checking.


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIBaseCurve* NXOpen::GeometricAnalysis::DeviationChecking::SecondCurve ( )

Returns the second curve or edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesCurveToCurve .


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIBaseCurve* NXOpen::GeometricAnalysis::DeviationChecking::SecondEdge ( )

Returns the second edge - required for the deviation checking when NXOpen::GeometricAnalysis::DeviationChecking::Type and NXOpen::GeometricAnalysis::DeviationChecking::SetType is set to NXOpen::GeometricAnalysis::DeviationChecking::TypesEdgeToEdge .


Created in NX6.0.0.

License requirements : None

NXOpen::SelectIParameterizedSurface* NXOpen::GeometricAnalysis::DeviationChecking::SecondFace ( )
void NXOpen::GeometricAnalysis::DeviationChecking::SetAngleTolerance ( double  angleTolerance)

Sets the angle tolerance to be used for the deviation checking
Created in NX6.0.0.



License requirements : None

Parameters
angleToleranceangletolerance
void NXOpen::GeometricAnalysis::DeviationChecking::SetDeviationOption ( NXOpen::GeometricAnalysis::DeviationChecking::DeviationOptions  deviationOption)

Sets the number or type of deviations to be shown for the deviation checking
Created in NX6.0.0.



License requirements : None

Parameters
deviationOptiondeviationoption
void NXOpen::GeometricAnalysis::DeviationChecking::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance to be used for the deviation checking
Created in NX6.0.0.



License requirements : None

Parameters
distanceTolerancedistancetolerance
void NXOpen::GeometricAnalysis::DeviationChecking::SetNumberCheckPoints ( int  numberCheckPoints)
void NXOpen::GeometricAnalysis::DeviationChecking::SetNumberUcheckPoints ( int  numberUCheckPoints)

Sets the number of u check points to be shown for the deviation checking.


Created in NX6.0.0.

License requirements : None

Parameters
numberUCheckPointsnumberucheckpoints
void NXOpen::GeometricAnalysis::DeviationChecking::SetNumberVcheckPoints ( int  numberVCheckPoints)

Sets the number of v check points to be shown for the deviation checking.


Created in NX6.0.0.

License requirements : None

Parameters
numberVCheckPointsnumbervcheckpoints
void NXOpen::GeometricAnalysis::DeviationChecking::SetType ( NXOpen::GeometricAnalysis::DeviationChecking::Types  type)

Sets the deviation checking type.

Depending on the value of the deviation checking type, different inputs are required. See the documentation for each of the inputs.
Created in NX6.0.0.

License requirements : None

Parameters
typetype
NXOpen::GeometricAnalysis::DeviationChecking::Types NXOpen::GeometricAnalysis::DeviationChecking::Type ( )

Returns the deviation checking type.

Depending on the value of the deviation checking type, different inputs are required. See the documentation for each of the inputs.
Created in NX6.0.0.

License requirements : None


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