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

Represents a CMM Inspection Alignment Assistant Builder, this builder's Commit can produce more than one object, the GetCommittedObjects can be used to get the objects and the order of GetCommittedObject's output array is not stable. More...

Inheritance diagram for NXOpen::CAM::InspectionAlignmentAssistantBuilder:
NXOpen::CAM::OperationBuilder NXOpen::CAM::ParamBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AlignType {
  AlignTypePlanePlanePlane, AlignTypePlaneLinePoint, AlignTypePlaneCylinderCylinder, AlignTypePlaneBoltHoleCircle,
  AlignTypeCylinderPlanePlane, AlignTypeCylinderPlanePoint, AlignTypeCylinderPlaneCylinder, AlignTypeSixPointNest,
  AlignTypeSPFTolerance, AlignTypeLsq, AlignTypeRps
}
 Alignment type. More...
 
enum  Direction {
  DirectionNone, DirectionPxdir, DirectionPydir, DirectionPzdir,
  DirectionMxdir, DirectionMydir, DirectionMzdir
}
 Alignment direction. More...
 
enum  FeatureType {
  FeatureTypePlane, FeatureTypeBestFitPlane, FeatureTypeOffsetPlane, FeatureTypeMidPlane,
  FeatureTypeCylinder, FeatureTypeBestFitCylinder, FeatureTypeLine, FeatureTypeBestFitLine,
  FeatureTypeIntersectLine, FeatureTypeCircle, FeatureTypeBestFitCircle, FeatureTypePoint,
  FeatureTypeBestFitPoint
}
 Alignment feature type. More...
 
enum  IterativeTypes { IterativeTypesAbsolute, IterativeTypesIncremental }
 Iterative Alignment type. More...
 
enum  State { StateActual, StateNominal }
 Alignment feature state. More...
 
- Public Types inherited from NXOpen::CAM::OperationBuilder
enum  HoleAxisTypes { HoleAxisTypesVector, HoleAxisTypesRule, HoleAxisTypesRuleIfNoVector }
 Available types for Hole Axis Type in feature milling and hole making. More...
 
enum  HoleDepthTypes { HoleDepthTypesPoint, HoleDepthTypesRule }
 Available types for Hole Depth Type in feature milling and hole making. More...
 
enum  OptimizationBasedOnTypes { OptimizationBasedOnTypesDist, OptimizationBasedOnTypesOrient }
 Available types for optimization based on in operation. More...
 
enum  OptimizationDistanceTypes { OptimizationDistanceTypesDirect, OptimizationDistanceTypesTransition }
 Available types for optimization distance method in operation. More...
 
enum  OptimizationLevelTypes { OptimizationLevelTypesStandard, OptimizationLevelTypesAdvanced }
 Available types for optimization level in operation. More...
 
- Public Types inherited from NXOpen::CAM::ParamBuilder
enum  OptimizationTypes { OptimizationTypesNone, OptimizationTypesMinimizeTravel, OptimizationTypesBand }
 Available types for Optimization Method in operation. More...
 

Public Member Functions

NXOpen::CAM::InspectionAlignmentAssistantBuilder::AlignType AlignmentType ()
 Returns the alignment type
Created in NX10.0.3. More...
 
bool CreateIterativeAlignment ()
 Returns the flag indicating whether an iterative alignment will be created
Created in NX11.0.1. More...
 
int IterativeMax ()
 Returns the maximum number of iterations
Created in NX10.0.3. More...
 
double IterativeRotation ()
 Returns the iterative rotation convergence value
Created in NX10.0.3. More...
 
bool IterativeToggle ()
 Returns the flag indicating whether an iterative alignment will be created
More...
 
double IterativeTranslation ()
 Returns the iterative translation convergence value
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeTypes IterativeType ()
 Returns the iterative alignment type
Created in NX10.0.3. More...
 
NXOpen::SelectNXObjectListLocateSelection ()
 Returns the locate selection
Created in NX11.0.2. More...
 
NXString OperationName ()
 Returns the alignment assistant operation name
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction PrimaryDirection ()
 Returns the primary direction
Created in NX10.0.3. More...
 
NXOpen::NXObjectPrimaryOffsetGeometry ()
 Returns the primary offset geometry
Created in NX10.0.3. More...
 
NXOpen::SelectNXObjectListPrimarySelection ()
 Returns the primary selection
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::State PrimaryState ()
 Returns the primary state
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType PrimaryType ()
 Returns the primary feature type
Created in NX10.0.3. More...
 
NXOpen::SelectNXObjectListRPSXSelection ()
 Returns the RPS X selection
Created in NX11.0.2. More...
 
NXOpen::SelectNXObjectListRPSYSelection ()
 Returns the RPS Y selection
Created in NX11.0.2. More...
 
NXOpen::SelectNXObjectListRPSZSelection ()
 Returns the RPS Z selection
Created in NX11.0.2. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction SecondaryDirection ()
 Returns the secondary direction
Created in NX10.0.3. More...
 
NXOpen::NXObjectSecondaryOffsetGeometry ()
 Returns the secondary offset geometry
Created in NX10.0.3. More...
 
NXOpen::SelectNXObjectListSecondarySelection ()
 Returns the secondary selection
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::State SecondaryState ()
 Returns the secondary state
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType SecondaryType ()
 Returns the secondary feature type
Created in NX10.0.3. More...
 
void SetAlignmentType (NXOpen::CAM::InspectionAlignmentAssistantBuilder::AlignType alignmentType)
 Sets the alignment type
Created in NX10.0.3. More...
 
void SetCreateIterativeAlignment (bool createIterativeAlignment)
 Sets the flag indicating whether an iterative alignment will be created
Created in NX11.0.1. More...
 
void SetIterativeMax (int iterativeMax)
 Sets the maximum number of iterations
Created in NX10.0.3. More...
 
void SetIterativeRotation (double iterativeRotation)
 Sets the iterative rotation convergence value
Created in NX10.0.3. More...
 
void SetIterativeToggle (bool iterativeToggle)
 Sets the flag indicating whether an iterative alignment will be created
More...
 
void SetIterativeTranslation (double iterativeTranslation)
 Sets the iterative translation convergence value
Created in NX10.0.3. More...
 
void SetIterativeType (NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeTypes iterativeType)
 Sets the iterative alignment type
Created in NX10.0.3. More...
 
void SetOperationName (const NXString &operationName)
 Sets the alignment assistant operation name
Created in NX10.0.3. More...
 
void SetOperationName (const char *operationName)
 Sets the alignment assistant operation name
Created in NX10.0.3. More...
 
void SetPrimaryDirection (NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction primaryDirection)
 Sets the primary direction
Created in NX10.0.3. More...
 
void SetPrimaryOffsetGeometry (NXOpen::NXObject *primaryOffset)
 Sets the primary offset geometry
Created in NX10.0.3. More...
 
void SetPrimaryState (NXOpen::CAM::InspectionAlignmentAssistantBuilder::State primaryState)
 Sets the primary state
Created in NX10.0.3. More...
 
void SetPrimaryType (NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType primaryType)
 Sets the primary feature type
Created in NX10.0.3. More...
 
void SetSecondaryDirection (NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction secondaryDirection)
 Sets the secondary direction
Created in NX10.0.3. More...
 
void SetSecondaryOffsetGeometry (NXOpen::NXObject *secondaryOffset)
 Sets the secondary offset geometry
Created in NX10.0.3. More...
 
void SetSecondaryState (NXOpen::CAM::InspectionAlignmentAssistantBuilder::State secondaryState)
 Sets the secondary state
Created in NX10.0.3. More...
 
void SetSecondaryType (NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType secondaryType)
 Sets the secondary feature type
Created in NX10.0.3. More...
 
void SetTertiaryDirection (NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction tertiaryDirection)
 Sets the tertiary direction
Created in NX10.0.3. More...
 
void SetTertiaryOffsetGeometry (NXOpen::NXObject *tertiaryOffset)
 Sets the tertiary offset geometry
Created in NX10.0.3. More...
 
void SetTertiaryState (NXOpen::CAM::InspectionAlignmentAssistantBuilder::State tertiaryState)
 Sets the tertiary state
Created in NX10.0.3. More...
 
void SetTertiaryType (NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType tertiaryType)
 Sets the tertiary feature type
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction TertiaryDirection ()
 Returns the tertiary direction
Created in NX10.0.3. More...
 
NXOpen::NXObjectTertiaryOffsetGeometry ()
 Returns the tertiary offset geometry
Created in NX10.0.3. More...
 
NXOpen::SelectNXObjectListTertiarySelection ()
 Returns the tertiary selection
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::State TertiaryState ()
 Returns the tertiary state
Created in NX10.0.3. More...
 
NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType TertiaryType ()
 Returns the tertiary feature type
Created in NX10.0.3. More...
 
- Public Member Functions inherited from NXOpen::CAM::OperationBuilder
NXString ChannelName ()
 Returns the channel's name
Created in NX7.5.0. More...
 
NXString Description ()
 Returns the description
Created in NX9.0.0. More...
 
NXOpen::CAM::PostEventsCiBuilderEndOfPath ()
 Returns the end event builder
Created in NX5.0.1. More...
 
NXOpen::CAM::UdeSetEndUdeSet ()
 Returns the end ude set
Created in NX7.5.0. More...
 
NXOpen::CAM::GeometryCiBuilderGeometry ()
 Returns the geometry builder
Created in NX5.0.0. More...
 
std::vector< double > GetHoleAxisValues ()
 Get the Hole Axis values. More...
 
bool GougeChecking ()
 Returns the gouge checking flag
Created in NX9.0.0. More...
 
NXOpen::CAM::OperationBuilder::HoleAxisTypes HoleAxisType ()
 Returns the Hole Axis Type
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderHoleDepth ()
 Returns the max depth distance builder
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::HoleDepthTypes HoleDepthType ()
 Returns the Hole Depth Type
Created in NX5.0.0. More...
 
NXOpen::CAM::LayoutCiBuilderLayoutAndLayer ()
 Returns the Layer and Layout
Created in NX9.0.1. More...
 
NXOpen::CAM::ArcOutputTypeCiBuilderMotionOutputBuilder ()
 Returns the motion output builder
Created in NX8.0.0. More...
 
NXOpen::CAM::NotesNotes ()
 Returns the notes builder
Created in NX9.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes OptimizationBasedOn ()
 Returns the optimization based on in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes OptimizationDistanceMethod ()
 Returns the optimization distance method in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationBuilder::OptimizationLevelTypes OptimizationLevel ()
 Returns the optimization level in operation
Created in NX5.0.0. More...
 
NXOpen::CAM::OperationDisplayOptionsBuilderPathDisplayOptions ()
 Returns the path display options builder
Created in NX6.0.0. More...
 
NXString PostToolPathExit ()
 Returns the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
NXOpen::CAM::InheritableDoubleBuilderRetractDistance ()
 Returns the Retract Distance builder (inheritable double)
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderRetractDistanceOnToolAxisChange ()
 Returns the Retract Distance on Tool Axis Change builder (inheritable double)
Created in NX5.0.0. More...
 
NXOpen::CAM::InheritableDoubleBuilderSafeClearance ()
 Returns the safe clearance builder
Created in NX6.0.0. More...
 
bool SelectToolFlag ()
 Returns the user selected tool
Created in NX5.0.0. More...
 
void SetChannelName (const NXString &channel)
 Sets the channel's name
Created in NX7.5.0. More...
 
void SetChannelName (const char *channel)
 Sets the channel's name
Created in NX7.5.0. More...
 
void SetDescription (const NXString &description)
 Sets the description
Created in NX9.0.0. More...
 
void SetDescription (const char *description)
 Sets the description
Created in NX9.0.0. More...
 
void SetGougeChecking (bool gougeChecking)
 Sets the gouge checking flag
Created in NX9.0.0. More...
 
void SetHoleAxisType (NXOpen::CAM::OperationBuilder::HoleAxisTypes types)
 Sets the Hole Axis Type
Created in NX5.0.0. More...
 
void SetHoleAxisValues (const std::vector< double > &holeAxis)
 Set the Hole Axis values
Created in NX5.0.0. More...
 
void SetHoleDepthType (NXOpen::CAM::OperationBuilder::HoleDepthTypes types)
 Sets the Hole Depth Type
Created in NX5.0.0. More...
 
void SetOptimizationBasedOn (NXOpen::CAM::OperationBuilder::OptimizationBasedOnTypes optimBasedOn)
 Sets the optimization based on in operation
Created in NX5.0.0. More...
 
void SetOptimizationDistanceMethod (NXOpen::CAM::OperationBuilder::OptimizationDistanceTypes optimDistance)
 Sets the optimization distance method in operation
Created in NX5.0.0. More...
 
void SetOptimizationLevel (NXOpen::CAM::OperationBuilder::OptimizationLevelTypes optimType)
 Sets the optimization level in operation
Created in NX5.0.0. More...
 
void SetPostToolPathExit (const NXString &exitName)
 Sets the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
void SetPostToolPathExit (const char *exitName)
 Sets the environment variable that points to the post tool path generation library which has the exit
Created in NX9.0.3. More...
 
void SetSelectToolFlag (bool selToolFlag)
 Sets the user selected tool
Created in NX5.0.0. More...
 
NXOpen::CAM::PostEventsCiBuilderStartOfPath ()
 Returns the start event builder
Created in NX5.0.1. More...
 
NXOpen::CAM::UdeSetStartUdeSet ()
 Returns the start ude set
Created in NX7.5.0. More...
 
NXOpen::CAM::ToolChangeCiBuilderToolChangeSetting ()
 Returns the tool change builder
Created in NX5.0.0. More...
 
NXOpen::CAM::ToolPathEditorBuilderToolPathEditor ()
 Returns the Tool Path Editor Builder
Created in NX9.0.3. More...
 
NXOpen::CAM::ToolPathSplitParametersBuilderToolPathSplitParametersBuilder ()
 Returns the tool path split Parameters
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::ParamBuilder
NXOpen::CAM::UdeCycleEvent ()
 Returns the cycle event
Created in NX7.5.0. More...
 
NXOpen::CAM::CycleCycleTable ()
 Returns the cycle
Created in NX9.0.0. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const NXString &name)
 Returns the customizable item builder for the given customizable item name. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const char *name)
 Returns the customizable item builder for the given customizable item name. More...
 
std::vector< NXStringGetCustomizableItemNames ()
 Returns the names for all customizable item ids. More...
 
NXOpen::CAM::ParamBuilder::OptimizationTypes OptimizationMethod ()
 Returns the optim method
Created in NX5.0.0. More...
 
void SetOptimizationMethod (NXOpen::CAM::ParamBuilder::OptimizationTypes optimMethod)
 Sets the optim method
Created in NX5.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 CMM Inspection Alignment Assistant Builder, this builder's Commit can produce more than one object, the GetCommittedObjects can be used to get the objects and the order of GetCommittedObject's output array is not stable.


To create a new instance of this class, use NXOpen::CAM::InspectionOperationCollection::CreateInspectionAlignmentAssistantBuilder

Created in NX10.0.3.

Member Enumeration Documentation

Alignment type.

Enumerator
AlignTypePlanePlanePlane 

Plane, Plane, Plane alignment type.

AlignTypePlaneLinePoint 

Plane, Line, Point alignment type.

AlignTypePlaneCylinderCylinder 

Plane, Cylinder, Cylinder alignment type.

AlignTypePlaneBoltHoleCircle 

Plane, Bolt Hole Circle alignment type.

AlignTypeCylinderPlanePlane 

Cylinder, Plane, Plane alignment type.

AlignTypeCylinderPlanePoint 

Cylinder, Plane, Point alignment type.

AlignTypeCylinderPlaneCylinder 

Cylinder, Plane, Cylinder alignment type.

AlignTypeSixPointNest 

Six Point Nest alignment type.

AlignTypeSPFTolerance 

SPF Tolerance alignment type.

AlignTypeLsq 

Least Squares Best Fit alignment type.

AlignTypeRps 

RPS alignment type.

Alignment direction.

Enumerator
DirectionNone 

Alignment direction none.

DirectionPxdir 

Positive X alignment direction.

DirectionPydir 

Positive Y alignment direction.

DirectionPzdir 

Positive Z alignment direction.

DirectionMxdir 

Negative X alignment direction.

DirectionMydir 

Negative Y alignment direction.

DirectionMzdir 

Negative Z alignment direction.

Alignment feature type.

Enumerator
FeatureTypePlane 

Plane alignment feature type.

FeatureTypeBestFitPlane 

Best Fit Plane alignment feature type.

FeatureTypeOffsetPlane 

Offset Plane alignment feature type.

FeatureTypeMidPlane 

Mid Plane alignment feature type.

FeatureTypeCylinder 

Cylinder alignment feature type.

FeatureTypeBestFitCylinder 

Best Fit Cylinder alignment feature type.

FeatureTypeLine 

Line alignment feature type.

FeatureTypeBestFitLine 

Best Fit Line alignment feature type.

FeatureTypeIntersectLine 

Intersect Line alignment feature type.

FeatureTypeCircle 

Circle alignment feature type.

FeatureTypeBestFitCircle 

Best Fit Circle alignment feature type.

FeatureTypePoint 

Point alignment feature type.

FeatureTypeBestFitPoint 

Best Fot Point alignment feature type.

Iterative Alignment type.

Enumerator
IterativeTypesAbsolute 

Absolute Iterative Alignment type.

IterativeTypesIncremental 

Incremental Iterative Alignment type.

Alignment feature state.

Enumerator
StateActual 

Actual feature state.

StateNominal 

Nominal feature state.

Member Function Documentation

NXOpen::CAM::InspectionAlignmentAssistantBuilder::AlignType NXOpen::CAM::InspectionAlignmentAssistantBuilder::AlignmentType ( )

Returns the alignment type
Created in NX10.0.3.



License requirements : None

bool NXOpen::CAM::InspectionAlignmentAssistantBuilder::CreateIterativeAlignment ( )

Returns the flag indicating whether an iterative alignment will be created
Created in NX11.0.1.



License requirements : None

int NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeMax ( )

Returns the maximum number of iterations
Created in NX10.0.3.



License requirements : None

double NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeRotation ( )

Returns the iterative rotation convergence value
Created in NX10.0.3.



License requirements : None

bool NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeToggle ( )

Returns the flag indicating whether an iterative alignment will be created

Deprecated:
Deprecated in NX11.0.1.

Use CreateIterativeAlignment instead to get iterative flag.


Created in NX10.0.3.

License requirements : None

double NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeTranslation ( )

Returns the iterative translation convergence value
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeTypes NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeType ( )

Returns the iterative alignment type
Created in NX10.0.3.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::LocateSelection ( )

Returns the locate selection
Created in NX11.0.2.



License requirements : None

NXString NXOpen::CAM::InspectionAlignmentAssistantBuilder::OperationName ( )

Returns the alignment assistant operation name
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction NXOpen::CAM::InspectionAlignmentAssistantBuilder::PrimaryDirection ( )

Returns the primary direction
Created in NX10.0.3.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::InspectionAlignmentAssistantBuilder::PrimaryOffsetGeometry ( )

Returns the primary offset geometry
Created in NX10.0.3.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::PrimarySelection ( )

Returns the primary selection
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::State NXOpen::CAM::InspectionAlignmentAssistantBuilder::PrimaryState ( )

Returns the primary state
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType NXOpen::CAM::InspectionAlignmentAssistantBuilder::PrimaryType ( )

Returns the primary feature type
Created in NX10.0.3.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::RPSXSelection ( )

Returns the RPS X selection
Created in NX11.0.2.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::RPSYSelection ( )

Returns the RPS Y selection
Created in NX11.0.2.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::RPSZSelection ( )

Returns the RPS Z selection
Created in NX11.0.2.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction NXOpen::CAM::InspectionAlignmentAssistantBuilder::SecondaryDirection ( )

Returns the secondary direction
Created in NX10.0.3.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::InspectionAlignmentAssistantBuilder::SecondaryOffsetGeometry ( )

Returns the secondary offset geometry
Created in NX10.0.3.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::SecondarySelection ( )

Returns the secondary selection
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::State NXOpen::CAM::InspectionAlignmentAssistantBuilder::SecondaryState ( )

Returns the secondary state
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType NXOpen::CAM::InspectionAlignmentAssistantBuilder::SecondaryType ( )

Returns the secondary feature type
Created in NX10.0.3.



License requirements : None

void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetAlignmentType ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::AlignType  alignmentType)

Sets the alignment type
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
alignmentTypealignmenttype
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetCreateIterativeAlignment ( bool  createIterativeAlignment)

Sets the flag indicating whether an iterative alignment will be created
Created in NX11.0.1.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
createIterativeAlignmentcreateiterativealignment
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetIterativeMax ( int  iterativeMax)

Sets the maximum number of iterations
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
iterativeMaxiterativemax
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetIterativeRotation ( double  iterativeRotation)

Sets the iterative rotation convergence value
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
iterativeRotationiterativerotation
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetIterativeToggle ( bool  iterativeToggle)

Sets the flag indicating whether an iterative alignment will be created

Deprecated:
Deprecated in NX11.0.1.

Use SetCreateIterativeAlignment instead to set iterative flag.


Created in NX10.0.3.

License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
iterativeToggleiterativetoggle
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetIterativeTranslation ( double  iterativeTranslation)

Sets the iterative translation convergence value
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
iterativeTranslationiterativetranslation
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetIterativeType ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::IterativeTypes  iterativeType)

Sets the iterative alignment type
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
iterativeTypeiterativetype
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetOperationName ( const NXString operationName)

Sets the alignment assistant operation name
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
operationNameoperationname
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetOperationName ( const char *  operationName)

Sets the alignment assistant operation name
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
operationNameoperationname
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetPrimaryDirection ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction  primaryDirection)

Sets the primary direction
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
primaryDirectionprimarydirection
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetPrimaryOffsetGeometry ( NXOpen::NXObject primaryOffset)

Sets the primary offset geometry
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
primaryOffsetprimaryoffset
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetPrimaryState ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::State  primaryState)

Sets the primary state
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
primaryStateprimarystate
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetPrimaryType ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType  primaryType)

Sets the primary feature type
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
primaryTypeprimarytype
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetSecondaryDirection ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction  secondaryDirection)

Sets the secondary direction
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
secondaryDirectionsecondarydirection
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetSecondaryOffsetGeometry ( NXOpen::NXObject secondaryOffset)

Sets the secondary offset geometry
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
secondaryOffsetsecondaryoffset
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetSecondaryState ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::State  secondaryState)

Sets the secondary state
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
secondaryStatesecondarystate
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetSecondaryType ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType  secondaryType)

Sets the secondary feature type
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
secondaryTypesecondarytype
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetTertiaryDirection ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction  tertiaryDirection)

Sets the tertiary direction
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tertiaryDirectiontertiarydirection
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetTertiaryOffsetGeometry ( NXOpen::NXObject tertiaryOffset)

Sets the tertiary offset geometry
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tertiaryOffsettertiaryoffset
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetTertiaryState ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::State  tertiaryState)

Sets the tertiary state
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tertiaryStatetertiarystate
void NXOpen::CAM::InspectionAlignmentAssistantBuilder::SetTertiaryType ( NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType  tertiaryType)

Sets the tertiary feature type
Created in NX10.0.3.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters
tertiaryTypetertiarytype
NXOpen::CAM::InspectionAlignmentAssistantBuilder::Direction NXOpen::CAM::InspectionAlignmentAssistantBuilder::TertiaryDirection ( )

Returns the tertiary direction
Created in NX10.0.3.



License requirements : None

NXOpen::NXObject* NXOpen::CAM::InspectionAlignmentAssistantBuilder::TertiaryOffsetGeometry ( )

Returns the tertiary offset geometry
Created in NX10.0.3.



License requirements : None

NXOpen::SelectNXObjectList* NXOpen::CAM::InspectionAlignmentAssistantBuilder::TertiarySelection ( )

Returns the tertiary selection
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::State NXOpen::CAM::InspectionAlignmentAssistantBuilder::TertiaryState ( )

Returns the tertiary state
Created in NX10.0.3.



License requirements : None

NXOpen::CAM::InspectionAlignmentAssistantBuilder::FeatureType NXOpen::CAM::InspectionAlignmentAssistantBuilder::TertiaryType ( )

Returns the tertiary feature type
Created in NX10.0.3.



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.