NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.GeometricAnalysis.DeviationChecking Class Reference

Represents a NXOpen.GeometricAnalysis.DeviationChecking More...

Inheritance diagram for NXOpen.GeometricAnalysis.DeviationChecking:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DeviationOptions {
  NoDeviations, AllDeviations, MaximumDistance, MinimumDistance,
  MaximumAngle, MinimumAngle
}
 the deviation type to be shown More...
 
enum  Types {
  CurveToCurve, CurveToFace, EdgeToFace, FaceToFace,
  EdgeToEdge
}
 the type of deviation checking to be performed More...
 

Public Member Functions

unsafe void Check ()
 Performs deviation checking. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance to be used for the deviation checking More...
 
unsafe NXOpen.SelectIBaseCurve Curve [get]
 Returns the curve - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace . More...
 
unsafe
NXOpen.GeometricAnalysis.DeviationChecking.DeviationOptions 
DeviationOption [get, set]
 Returns or sets the number or type of deviations to be shown for the deviation checking More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance to be used for the deviation checking More...
 
unsafe
NXOpen.SelectIParameterizedSurface 
FaceOfFirstEdge [get]
 Returns the face associated with the first edge or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace . More...
 
unsafe
NXOpen.SelectIParameterizedSurface 
FaceOfSecondEdge [get]
 Returns the face associated with the second edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge . More...
 
unsafe NXOpen.SelectIBaseCurve FirstCurve [get]
 Returns the first curve or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve . More...
 
unsafe NXOpen.SelectIBaseCurve FirstEdge [get]
 Returns the first edge or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace . More...
 
unsafe
NXOpen.SelectIParameterizedSurface 
FirstFace [get]
 Returns the first face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.FaceToFace . More...
 
unsafe int NumberCheckPoints [get, set]
 Returns or sets the number of check points to be shown for the deviation checking - required when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve or NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge . More...
 
unsafe int NumberUcheckPoints [get, set]
 Returns or sets the number of u check points to be shown for the deviation checking More...
 
unsafe int NumberVcheckPoints [get, set]
 Returns or sets the number of v check points to be shown for the deviation checking More...
 
unsafe NXOpen.SelectIBaseCurve SecondCurve [get]
 Returns the second curve or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve . More...
 
unsafe NXOpen.SelectIBaseCurve SecondEdge [get]
 Returns the second edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge . More...
 
unsafe
NXOpen.SelectIParameterizedSurface 
SecondFace [get]
 Returns the second face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.FaceToFace or the face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace . More...
 
unsafe
NXOpen.GeometricAnalysis.DeviationChecking.Types 
Type [get, set]
 Returns or sets the deviation checking type. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
NoDeviations 

show no deviations

AllDeviations 

show all deviations

MaximumDistance 

show maximum distance deviation

MinimumDistance 

show minimum distance deviation

MaximumAngle 

show maximum angle deviation

MinimumAngle 

show minimum angle deviation

the type of deviation checking to be performed

Enumerator
CurveToCurve 

check curve/edge to curve/edge deviation

CurveToFace 

check curve/edge to face deviation

EdgeToFace 

check edge to face deviation

FaceToFace 

check face to face deviation

EdgeToEdge 

check edge to edge deviation

Member Function Documentation

unsafe void NXOpen.GeometricAnalysis.DeviationChecking.Check ( )
inline

Performs deviation checking.

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

Property Documentation

unsafe double NXOpen.GeometricAnalysis.DeviationChecking.AngleTolerance
getset

Returns or sets the angle tolerance to be used for the deviation checking

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectIBaseCurve NXOpen.GeometricAnalysis.DeviationChecking.Curve
get

Returns the curve - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricAnalysis.DeviationChecking.DeviationOptions NXOpen.GeometricAnalysis.DeviationChecking.DeviationOption
getset

Returns or sets the number or type of deviations to be shown for the deviation checking

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.GeometricAnalysis.DeviationChecking.DistanceTolerance
getset

Returns or sets the distance tolerance to be used for the deviation checking

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectIParameterizedSurface NXOpen.GeometricAnalysis.DeviationChecking.FaceOfFirstEdge
get

Returns the face associated with the first edge or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIParameterizedSurface NXOpen.GeometricAnalysis.DeviationChecking.FaceOfSecondEdge
get

Returns the face associated with the second edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIBaseCurve NXOpen.GeometricAnalysis.DeviationChecking.FirstCurve
get

Returns the first curve or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIBaseCurve NXOpen.GeometricAnalysis.DeviationChecking.FirstEdge
get

Returns the first edge or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIParameterizedSurface NXOpen.GeometricAnalysis.DeviationChecking.FirstFace
get

Returns the first face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.FaceToFace .

Created in NX6.0.0

License requirements: None.

unsafe int NXOpen.GeometricAnalysis.DeviationChecking.NumberCheckPoints
getset

Returns or sets the number of check points to be shown for the deviation checking - required when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve or NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge .

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricAnalysis.DeviationChecking.NumberUcheckPoints
getset

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

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.GeometricAnalysis.DeviationChecking.NumberVcheckPoints
getset

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

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectIBaseCurve NXOpen.GeometricAnalysis.DeviationChecking.SecondCurve
get

Returns the second curve or edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToCurve .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIBaseCurve NXOpen.GeometricAnalysis.DeviationChecking.SecondEdge
get

Returns the second edge - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToEdge .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.SelectIParameterizedSurface NXOpen.GeometricAnalysis.DeviationChecking.SecondFace
get

Returns the second face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.FaceToFace or the face - required for the deviation checking when NXOpen.GeometricAnalysis.DeviationChecking.Type is set to NXOpen.GeometricAnalysis.DeviationChecking.Types.CurveToFace or NXOpen.GeometricAnalysis.DeviationChecking.Types.EdgeToFace .

Created in NX6.0.0

License requirements: None.

unsafe NXOpen.GeometricAnalysis.DeviationChecking.Types NXOpen.GeometricAnalysis.DeviationChecking.Type
getset

Returns or 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 to get this property: None.

License requirements to set this property: None.


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