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

Inspection Analyze options dialog builder More...

Inheritance diagram for NXOpen.CAM.InspectionAnalyzeBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  DofTypes { On, Off, Tolerance, Limits }
 Inspection Analysis Degrees of Freedom Types More...
 

Public Member Functions

unsafe void AnalyzeAll ()
 Run Analysis for All Operations More...
 
unsafe void AnalyzeSelected (NXOpen.CAM.CAMObject[] objects)
 Run Analysis for Selected Operations More...
 
unsafe void UseDefault ()
 Reset to use Tolerance 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
NXOpen.CAM.InspectionMethodBuilder.AxisExtrapolationTypes 
AxisExtrapolation [get, set]
 Returns or sets the analysis axis extrapolation type More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.CylinderFittingTypes 
CylinderFitting [get, set]
 Returns or sets the analysis cylinder/circle fitting type More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.DatumPlaneFittingTypes 
DatumPlaneFitting [get, set]
 Returns or sets the analysis datum plane fitting type More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.LimitsOfSizeTypes 
LimitsOfSize [get, set]
 Returns or sets the analysis limits of size fitting type More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.ProfileDispositionTypes 
ProfileDisposition [get, set]
 Returns or sets the analysis profile disposition fitting type More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Rx [get, set]
 Returns or sets the DOF setting in the X Rotation direction More...
 
unsafe double RxLower [get, set]
 Returns or sets the rotation in X DOF lower limit More...
 
unsafe double RxUpper [get, set]
 Returns or sets the rotation in X DOF upper limit More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Ry [get, set]
 Returns or sets the DOF setting in the Y Rotation direction More...
 
unsafe double RyLower [get, set]
 Returns or sets the rotation in Y DOF lower limit More...
 
unsafe double RyUpper [get, set]
 Returns or sets the rotation in Y DOF upper limit More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Rz [get, set]
 Returns or sets the DOF setting in the Z Rotation direction More...
 
unsafe double RzLower [get, set]
 Returns or sets the rotation in Z DOF lower limit More...
 
unsafe double RzUpper [get, set]
 Returns or sets the rotation in Z DOF upper limit More...
 
unsafe
NXOpen.CAM.InspectionMethodBuilder.SurfaceProfileTypes 
SurfaceProfile [get, set]
 Returns or sets the analysis surface profile fitting type More...
 
unsafe string ToleranceName [get, set]
 Returns or sets the tolerance defining the DOF limits More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Tx [get, set]
 Returns or sets the DOF setting in the X Translation direction More...
 
unsafe double TxLower [get, set]
 Returns or sets the translation in X DOF lower limit More...
 
unsafe double TxUpper [get, set]
 Returns or sets the translation in X DOF upper limit More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Ty [get, set]
 Returns or sets the DOF setting in the Y Translation direction More...
 
unsafe double TyLower [get, set]
 Returns or sets the translation in Y DOF lower limit More...
 
unsafe double TyUpper [get, set]
 Returns or sets the translation in Y DOF upper limit More...
 
unsafe
NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes 
Tz [get, set]
 Returns or sets the DOF setting in the Z Translation direction More...
 
unsafe double TzLower [get, set]
 Returns or sets the translation in Z DOF lower limit More...
 
unsafe double TzUpper [get, set]
 Returns or sets the translation in Z DOF upper limit 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

Inspection Analyze options dialog builder

To create a new instance of this class, use NXOpen.CAM.InspectionOperationCollection.CreateInspectionAnalyzeBuilder

Created in NX8.5.0

Member Enumeration Documentation

Inspection Analysis Degrees of Freedom Types

Enumerator
On 

On

Off 

Off

Tolerance 

Defined by Tolerance

Limits 

Specify Limits

Member Function Documentation

unsafe void NXOpen.CAM.InspectionAnalyzeBuilder.AnalyzeAll ( )
inline

Run Analysis for All Operations

Created in NX8.5.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

unsafe void NXOpen.CAM.InspectionAnalyzeBuilder.AnalyzeSelected ( NXOpen.CAM.CAMObject[]  objects)
inline

Run Analysis for Selected Operations

Created in NX8.5.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
objectsarray of operations
unsafe void NXOpen.CAM.InspectionAnalyzeBuilder.UseDefault ( )
inline

Reset to use Tolerance

Created in NX8.5.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Property Documentation

unsafe NXOpen.CAM.InspectionMethodBuilder.AxisExtrapolationTypes NXOpen.CAM.InspectionAnalyzeBuilder.AxisExtrapolation
getset

Returns or sets the analysis axis extrapolation type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.CylinderFittingTypes NXOpen.CAM.InspectionAnalyzeBuilder.CylinderFitting
getset

Returns or sets the analysis cylinder/circle fitting type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.DatumPlaneFittingTypes NXOpen.CAM.InspectionAnalyzeBuilder.DatumPlaneFitting
getset

Returns or sets the analysis datum plane fitting type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.LimitsOfSizeTypes NXOpen.CAM.InspectionAnalyzeBuilder.LimitsOfSize
getset

Returns or sets the analysis limits of size fitting type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.ProfileDispositionTypes NXOpen.CAM.InspectionAnalyzeBuilder.ProfileDisposition
getset

Returns or sets the analysis profile disposition fitting type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Rx
getset

Returns or sets the DOF setting in the X Rotation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RxLower
getset

Returns or sets the rotation in X DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RxUpper
getset

Returns or sets the rotation in X DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Ry
getset

Returns or sets the DOF setting in the Y Rotation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RyLower
getset

Returns or sets the rotation in Y DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RyUpper
getset

Returns or sets the rotation in Y DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Rz
getset

Returns or sets the DOF setting in the Z Rotation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RzLower
getset

Returns or sets the rotation in Z DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.RzUpper
getset

Returns or sets the rotation in Z DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionMethodBuilder.SurfaceProfileTypes NXOpen.CAM.InspectionAnalyzeBuilder.SurfaceProfile
getset

Returns or sets the analysis surface profile fitting type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionAnalyzeBuilder.ToleranceName
getset

Returns or sets the tolerance defining the DOF limits

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Tx
getset

Returns or sets the DOF setting in the X Translation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TxLower
getset

Returns or sets the translation in X DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TxUpper
getset

Returns or sets the translation in X DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Ty
getset

Returns or sets the DOF setting in the Y Translation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TyLower
getset

Returns or sets the translation in Y DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TyUpper
getset

Returns or sets the translation in Y DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionAnalyzeBuilder.DofTypes NXOpen.CAM.InspectionAnalyzeBuilder.Tz
getset

Returns or sets the DOF setting in the Z Translation direction

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TzLower
getset

Returns or sets the translation in Z DOF lower limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionAnalyzeBuilder.TzUpper
getset

Returns or sets the translation in Z DOF upper limit

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")


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