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

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

Created in NX6.0.0. More...

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

List of all members.

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

Detailed Description

Represents a GeometricAnalysis::DeviationChecking
To create a new instance of this class, use 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

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



License requirements : None

Performs deviation checking.

Before calling this method, set property GeometricAnalysis::DeviationChecking::Type and 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 GeometricAnalysis::DeviationChecking::Type and 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 GeometricAnalysis::DeviationChecking::Check . 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

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


Created in NX6.0.0.

License requirements : None

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



License requirements : None

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



License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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


Created in NX6.0.0.

License requirements : None

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



License requirements : None

Parameters:
angleToleranceangletolerance

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



License requirements : None

Parameters:
deviationOptiondeviationoption

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



License requirements : None

Parameters:
distanceTolerancedistancetolerance

Sets the number of check points to be shown for the deviation checking - required when GeometricAnalysis::DeviationChecking::Type and GeometricAnalysis::DeviationChecking::SetType is set to GeometricAnalysis::DeviationChecking::TypesCurveToCurve or GeometricAnalysis::DeviationChecking::TypesCurveToFace or GeometricAnalysis::DeviationChecking::TypesEdgeToFace or GeometricAnalysis::DeviationChecking::TypesEdgeToEdge
Created in NX6.0.0.



License requirements : None

Parameters:
numberCheckPointsnumbercheckpoints

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


Created in NX6.0.0.

License requirements : None

Parameters:
numberUCheckPointsnumberucheckpoints

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


Created in NX6.0.0.

License requirements : None

Parameters:
numberVCheckPointsnumbervcheckpoints

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

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.