NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::InspectionAlignmentBuilder Class Reference

Represents a CMM Inspection Alignment builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionAlignmentBuilder

Created in NX7.5.2. More...

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

List of all members.

Public Types

enum  AlignmentDirections {
  AlignmentDirectionsNone, AlignmentDirectionsPxdir, AlignmentDirectionsPydir, AlignmentDirectionsPzdir,
  AlignmentDirectionsMxdir, AlignmentDirectionsMydir, AlignmentDirectionsMzdir
}
 Alignment directions of datum features. More...
enum  AlignTypes {
  AlignTypesSetPCStoMCS, AlignTypesSetPCStoCSYS, AlignTypesTranslatePCSOrigin, AlignTypesRotatePCS,
  AlignTypesDefinePCSfromDatums, AlignTypesIterate, AlignTypesDefinePCSfromActualDeviations, AlignTypesSavePCS,
  AlignTypesRecallPCS, AlignTypesRotateTable
}
 Alignment Operation Type. More...
enum  IterDevTypes { IterDevTypesAbsolute, IterDevTypesIncremental }
 Iterate deviation type. More...
enum  RecallStates { RecallStatesInternal, RecallStatesExternal }
 PCS state to recall, either internal or external. More...
enum  RotateTableDirections { RotateTableDirectionsClockwise, RotateTableDirectionsCounterClockwise, RotateTableDirectionsShortest }
 Rotary table direction. More...
enum  RotateTableMethods { RotateTableMethodsAbsolute, RotateTableMethodsIncremental, RotateTableMethodsNominalFeature, RotateTableMethodsMeasuredFeature }
 Rotary Table methods. More...
enum  RotateTablePcsUpdateOptions { RotateTablePcsUpdateOptionsTotal, RotateTablePcsUpdateOptionsOrigin, RotateTablePcsUpdateOptionsNull }
 Rotary table PCS Update options. More...
enum  RotationAxisOptions { RotationAxisOptionsXaxis, RotationAxisOptionsYaxis, RotationAxisOptionsZaxis }
 PCS Axis to Rotate about. More...
enum  RotationDirections {
  RotationDirectionsPxdir, RotationDirectionsPydir, RotationDirectionsPzdir, RotationDirectionsMxdir,
  RotationDirectionsMydir, RotationDirectionsMzdir
}
 Direction to rotate about. More...
enum  RotationMethods { RotationMethodsAngle, RotationMethodsDatum, RotationMethodsNominalFeature, RotationMethodsMeasuredFeature }
 PCS Rotation method. More...
enum  SaveStates { SaveStatesActual, SaveStatesNominal }
 PCS state to save, either Actual or nominal. More...
enum  XtMethods { XtMethodsDistance, XtMethodsDatum, XtMethodsNominalFeature, XtMethodsMeasuredFeature }
 PCS Translation method in X direction. More...
enum  YtMethods { YtMethodsDistance, YtMethodsDatum, YtMethodsNominalFeature, YtMethodsMeasuredFeature }
 PCS Translation method in Y direction. More...
enum  ZtMethods { ZtMethodsDistance, ZtMethodsDatum, ZtMethodsNominalFeature, ZtMethodsMeasuredFeature }
 PCS Translation method in Z direction. More...

Public Member Functions

NXString AlignOpName ()
 Returns the align op name
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::AlignTypes AlignType ()
 Returns the alignment type
Created in NX7.0.0.
NXOpen::CoordinateSystemCsysPick ()
 Returns the csys pick
Created in NX7.0.0.
NXString FailGroupName ()
 Returns the fail group name
Created in NX7.0.0.
NXOpen::SelectNXObjectIterAvailSelect ()
 Returns the iter avail select
Created in NX7.0.0.
NXString IterConvergeVar ()
 Returns the iter converge variable
Created in NX7.0.0.
double IterDev ()
 Returns the iter deviation
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::IterDevTypes IterDevType ()
 Returns the iter deviation type
Created in NX7.0.0.
NXString IterGroupName ()
 Returns the iter group name
Created in NX7.0.0.
int IterMax ()
 Returns the iter max iterations
Created in NX7.0.0.
NXOpen::SelectNXObjectLocateAvailSelect ()
 Returns the locate avail select
Created in NX7.0.0.
bool LocateXrot ()
 Returns the locate xrot
Created in NX7.0.0.
bool LocateXtrans ()
 Returns the locate xtrans
Created in NX7.0.0.
bool LocateYrot ()
 Returns the locate yrot
Created in NX7.0.0.
bool LocateYtrans ()
 Returns the locate ytrans
Created in NX7.0.0.
bool LocateZrot ()
 Returns the locate zrot
Created in NX7.0.0.
bool LocateZtrans ()
 Returns the locate ztrans
Created in NX7.0.0.
NXString PcsName ()
 Returns the pcs name
Created in NX7.0.0.
NXString PriDatLetter ()
 Returns the pri dat letter
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections PriDirection ()
 Returns the pri direction
Created in NX7.0.0.
bool PriXorigin ()
 Returns the pri xorigin
Created in NX7.0.0.
bool PriYorigin ()
 Returns the pri yorigin
Created in NX7.0.0.
bool PriZorigin ()
 Returns the pri zorigin
Created in NX7.0.0.
NXOpen::CoordinateSystemRecallCsys ()
 Returns the recall csys
Created in NX7.0.0.
NXString RecallDid ()
 Returns the recall device id
Created in NX7.0.0.
NXString RecallExtName ()
 Returns the recall external name
Created in NX7.0.0.
NXString RecallIntName ()
 Returns the recall internal name
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::RecallStates RecallState ()
 Returns the recall state
Created in NX7.0.0.
double RotateTableAngle ()
 Returns the angle to rotate table
Created in NX7.5.2.
double RotateTableAngularDeviation ()
 Returns the rotate table angular deviation
Created in NX7.5.2.
NXOpen::CAM::InspectionAlignmentBuilder::RotateTableDirections RotateTableDirection ()
 Returns the rotate table direction
Created in NX7.5.2.
NXString RotateTableFeature ()
 Returns the feature used to position table
Created in NX7.5.2.
NXOpen::SelectNXObjectRotateTableFeatureSelect ()
 Returns the feature selected to position table
Created in NX7.5.2.
NXOpen::CAM::InspectionAlignmentBuilder::RotateTableMethods RotateTableMethod ()
 Returns the rotate table method
Created in NX7.5.2.
NXString RotateTableName ()
 Returns the name of rotary table to rotate
Created in NX7.5.2.
NXOpen::CAM::InspectionAlignmentBuilder::RotateTablePcsUpdateOptions RotateTablePcsUpdateOption ()
 Returns the rotate table pcs update
Created in NX7.5.2.
double RotationAngle ()
 Returns the rot angle
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::RotationAxisOptions RotationAxis ()
 Returns the rot axis
Created in NX7.0.0.
NXString RotationDatumLetter ()
 Returns the rot datum letter
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::RotationDirections RotationDirection ()
 Returns the rot dir
Created in NX7.0.0.
NXString RotationFeature ()
 Returns the rot feature
Created in NX7.0.0.
NXOpen::SelectNXObjectRotationFeatureSelect ()
 Returns the rot feature select
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::RotationMethods RotationMethod ()
 Returns the rot method
Created in NX7.0.0.
NXString SaveDid ()
 Returns the save device id
Created in NX7.0.0.
NXString SavePcsLabel ()
 Returns the save pcs label
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::SaveStates SaveState ()
 Returns the save state
Created in NX7.0.0.
NXString SecDatLetter ()
 Returns the sec dat letter
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections SecDirection ()
 Returns the sec direction
Created in NX7.0.0.
bool SecXorigin ()
 Returns the sec xorigin
Created in NX7.0.0.
bool SecYorigin ()
 Returns the sec yorigin
Created in NX7.0.0.
bool SecZorigin ()
 Returns the sec zorigin
Created in NX7.0.0.
void SetAlignOpName (const NXString &alignOpName)
 Sets the align op name
Created in NX7.0.0.
void SetAlignType (NXOpen::CAM::InspectionAlignmentBuilder::AlignTypes alignType)
 Sets the alignment type
Created in NX7.0.0.
void SetCsysPick (NXOpen::CoordinateSystem *csysPick)
 Sets the csys pick
Created in NX7.0.0.
void SetFailGroupName (const NXString &failGroupName)
 Sets the fail group name
Created in NX7.0.0.
void SetIterConvergeVar (const NXString &iterConvergeVar)
 Sets the iter converge variable
Created in NX7.0.0.
void SetIterDev (double iterDev)
 Sets the iter deviation
Created in NX7.0.0.
void SetIterDevType (NXOpen::CAM::InspectionAlignmentBuilder::IterDevTypes iterDevType)
 Sets the iter deviation type
Created in NX7.0.0.
void SetIterGroupName (const NXString &iterGroupName)
 Sets the iter group name
Created in NX7.0.0.
void SetIterMax (int iterMax)
 Sets the iter max iterations
Created in NX7.0.0.
void SetLocateXrot (bool locateXrot)
 Sets the locate xrot
Created in NX7.0.0.
void SetLocateXtrans (bool locateXtrans)
 Sets the locate xtrans
Created in NX7.0.0.
void SetLocateYrot (bool locateYrot)
 Sets the locate yrot
Created in NX7.0.0.
void SetLocateYtrans (bool locateYtrans)
 Sets the locate ytrans
Created in NX7.0.0.
void SetLocateZrot (bool locateZrot)
 Sets the locate zrot
Created in NX7.0.0.
void SetLocateZtrans (bool locateZtrans)
 Sets the locate ztrans
Created in NX7.0.0.
void SetPcsName (const NXString &pcsName)
 Sets the pcs name
Created in NX7.0.0.
void SetPriDatLetter (const NXString &priDatLetter)
 Sets the pri dat letter
Created in NX7.0.0.
void SetPriDirection (NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections priDirection)
 Sets the pri direction
Created in NX7.0.0.
void SetPriXorigin (bool priXorigin)
 Sets the pri xorigin
Created in NX7.0.0.
void SetPriYorigin (bool priYorigin)
 Sets the pri yorigin
Created in NX7.0.0.
void SetPriZorigin (bool priZorigin)
 Sets the pri zorigin
Created in NX7.0.0.
void SetRecallCsys (NXOpen::CoordinateSystem *recallCsys)
 Sets the recall csys
Created in NX7.0.0.
void SetRecallDid (const NXString &recallDid)
 Sets the recall device id
Created in NX7.0.0.
void SetRecallExtName (const NXString &recallExtName)
 Sets the recall external name
Created in NX7.0.0.
void SetRecallIntName (const NXString &recallIntName)
 Sets the recall internal name
Created in NX7.0.0.
void SetRecallState (NXOpen::CAM::InspectionAlignmentBuilder::RecallStates recallState)
 Sets the recall state
Created in NX7.0.0.
void SetRotateTableAngle (double angle)
 Sets the angle to rotate table
Created in NX7.5.2.
void SetRotateTableAngularDeviation (double fz)
 Sets the rotate table angular deviation
Created in NX7.5.2.
void SetRotateTableDirection (NXOpen::CAM::InspectionAlignmentBuilder::RotateTableDirections direction)
 Sets the rotate table direction
Created in NX7.5.2.
void SetRotateTableFeature (const NXString &rotateTableFeature)
 Sets the feature used to position table
Created in NX7.5.2.
void SetRotateTableMethod (NXOpen::CAM::InspectionAlignmentBuilder::RotateTableMethods method)
 Sets the rotate table method
Created in NX7.5.2.
void SetRotateTableName (const NXString &tableName)
 Sets the name of rotary table to rotate
Created in NX7.5.2.
void SetRotateTablePcsUpdateOption (NXOpen::CAM::InspectionAlignmentBuilder::RotateTablePcsUpdateOptions pcsUpdate)
 Sets the rotate table pcs update
Created in NX7.5.2.
void SetRotationAngle (double rotationAngle)
 Sets the rot angle
Created in NX7.0.0.
void SetRotationAxis (NXOpen::CAM::InspectionAlignmentBuilder::RotationAxisOptions rotationAxis)
 Sets the rot axis
Created in NX7.0.0.
void SetRotationDatumLetter (const NXString &rotationDatumLetter)
 Sets the rot datum letter
Created in NX7.0.0.
void SetRotationDirection (NXOpen::CAM::InspectionAlignmentBuilder::RotationDirections rotationDirection)
 Sets the rot dir
Created in NX7.0.0.
void SetRotationFeature (const NXString &rotationFeature)
 Sets the rot feature
Created in NX7.0.0.
void SetRotationMethod (NXOpen::CAM::InspectionAlignmentBuilder::RotationMethods rotationMethod)
 Sets the rot method
Created in NX7.0.0.
void SetSaveDid (const NXString &saveDid)
 Sets the save device id
Created in NX7.0.0.
void SetSavePcsLabel (const NXString &savePcsLabel)
 Sets the save pcs label
Created in NX7.0.0.
void SetSaveState (NXOpen::CAM::InspectionAlignmentBuilder::SaveStates saveState)
 Sets the save state
Created in NX7.0.0.
void SetSecDatLetter (const NXString &secDatLetter)
 Sets the sec dat letter
Created in NX7.0.0.
void SetSecDirection (NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections secDirection)
 Sets the sec direction
Created in NX7.0.0.
void SetSecXorigin (bool secXorigin)
 Sets the sec xorigin
Created in NX7.0.0.
void SetSecYorigin (bool secYorigin)
 Sets the sec yorigin
Created in NX7.0.0.
void SetSecZorigin (bool secZorigin)
 Sets the sec zorigin
Created in NX7.0.0.
void SetTerDatLetter (const NXString &terDatLetter)
 Sets the ter dat letter
Created in NX7.0.0.
void SetTerDirection (NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections terDirection)
 Sets the ter xdirection
Created in NX7.0.0.
void SetTerXorigin (bool terXorigin)
 Sets the ter xorigin
Created in NX7.0.0.
void SetTerYorigin (bool terYorigin)
 Sets the ter yorigin
Created in NX7.0.0.
void SetTerZorigin (bool terZorigin)
 Sets the ter zorigin
Created in NX7.0.0.
void SetXtDatumLetter (const NXString &xtDatumLetter)
 Sets the xt datum letter
Created in NX7.0.0.
void SetXtDistance (double xtDistance)
 Sets the xt distance
Created in NX7.0.0.
void SetXtFeature (const NXString &xtFeature)
 Sets the xt feature
Created in NX7.0.0.
void SetXtMethod (NXOpen::CAM::InspectionAlignmentBuilder::XtMethods xtMethod)
 Sets the xt method
Created in NX7.0.0.
void SetYtDatumLetter (const NXString &ytDatumLetter)
 Sets the yt datum letter
Created in NX7.0.0.
void SetYtDistance (double ytDistance)
 Sets the yt distance
Created in NX7.0.0.
void SetYtFeature (const NXString &ytFeature)
 Sets the yt feature
Created in NX7.0.0.
void SetYtMethod (NXOpen::CAM::InspectionAlignmentBuilder::YtMethods ytMethod)
 Sets the yt method
Created in NX7.0.0.
void SetZtDatumLetter (const NXString &ztDatumLetter)
 Sets the zt datum letter
Created in NX7.0.0.
void SetZtDistance (double ztDistance)
 Sets the zt distance
Created in NX7.0.0.
void SetZtFeature (const NXString &ztFeature)
 Sets the zt feature
Created in NX7.0.0.
void SetZtMethod (NXOpen::CAM::InspectionAlignmentBuilder::ZtMethods ztMethod)
 Sets the zt method
Created in NX7.0.0.
NXString TerDatLetter ()
 Returns the ter dat letter
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections TerDirection ()
 Returns the ter xdirection
Created in NX7.0.0.
bool TerXorigin ()
 Returns the ter xorigin
Created in NX7.0.0.
bool TerYorigin ()
 Returns the ter yorigin
Created in NX7.0.0.
bool TerZorigin ()
 Returns the ter zorigin
Created in NX7.0.0.
NXString XtDatumLetter ()
 Returns the xt datum letter
Created in NX7.0.0.
double XtDistance ()
 Returns the xt distance
Created in NX7.0.0.
NXString XtFeature ()
 Returns the xt feature
Created in NX7.0.0.
NXOpen::SelectNXObjectXtFeatureSelect ()
 Returns the xt feature select
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::XtMethods XtMethod ()
 Returns the xt method
Created in NX7.0.0.
NXString YtDatumLetter ()
 Returns the yt datum letter
Created in NX7.0.0.
double YtDistance ()
 Returns the yt distance
Created in NX7.0.0.
NXString YtFeature ()
 Returns the yt feature
Created in NX7.0.0.
NXOpen::SelectNXObjectYtFeatureSelect ()
 Returns the yt feature select
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::YtMethods YtMethod ()
 Returns the yt method
Created in NX7.0.0.
NXString ZtDatumLetter ()
 Returns the zt datum letter
Created in NX7.0.0.
double ZtDistance ()
 Returns the zt distance
Created in NX7.0.0.
NXString ZtFeature ()
 Returns the zt feature
Created in NX7.0.0.
NXOpen::SelectNXObjectZtFeatureSelect ()
 Returns the zt feature select
Created in NX7.0.0.
NXOpen::CAM::InspectionAlignmentBuilder::ZtMethods ZtMethod ()
 Returns the zt method
Created in NX7.0.0.

Detailed Description

Represents a CMM Inspection Alignment builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionAlignmentBuilder

Created in NX7.5.2.



Member Enumeration Documentation

Alignment directions of datum features.

Enumerator:
AlignmentDirectionsNone 

No alignment direction specified.

AlignmentDirectionsPxdir 

Align feature in the positive X direction.

AlignmentDirectionsPydir 

Align feature in the positive Y direction.

AlignmentDirectionsPzdir 

Align feature in the positive Z direction.

AlignmentDirectionsMxdir 

Align feature in the negitive X direction.

AlignmentDirectionsMydir 

Align feature in the negitive Y direction.

AlignmentDirectionsMzdir 

Align feature in the negitive Z direction.

Alignment Operation Type.

Enumerator:
AlignTypesSetPCStoMCS 

Set the PCS to Machine CS.

AlignTypesSetPCStoCSYS 

Set the PCS to a NX Csys.

AlignTypesTranslatePCSOrigin 

Translate the PCS.

AlignTypesRotatePCS 

Rotate the PCS.

AlignTypesDefinePCSfromDatums 

Define the PCS from datums.

AlignTypesIterate 

Iterate a set of features for convergence.

AlignTypesDefinePCSfromActualDeviations 

Locate PCS from Features.

AlignTypesSavePCS 

Save current PCS.

AlignTypesRecallPCS 

Recall previously saved PCS.

AlignTypesRotateTable 

Rotate table.

Iterate deviation type.

Enumerator:
IterDevTypesAbsolute 

Absolute deviation.

IterDevTypesIncremental 

Incremental deviation.

PCS state to recall, either internal or external.

Enumerator:
RecallStatesInternal 

Recall internal PCS.

RecallStatesExternal 

Recall external PCS.

Rotary table direction.

Enumerator:
RotateTableDirectionsClockwise 

Rotate table in clockwise direction.

RotateTableDirectionsCounterClockwise 

Rotate table in counter clockwise direction.

RotateTableDirectionsShortest 

Rotate table in shortest direction.

Rotary Table methods.

Enumerator:
RotateTableMethodsAbsolute 

Rotate table to absolute value.

RotateTableMethodsIncremental 

Rotate table by incremental value.

RotateTableMethodsNominalFeature 

Rotate table by nominal feature.

RotateTableMethodsMeasuredFeature 

Rotate table by measured feature.

Rotary table PCS Update options.

Enumerator:
RotateTablePcsUpdateOptionsTotal 

Totally update the PCS.

RotateTablePcsUpdateOptionsOrigin 

Only update the PCS origin.

RotateTablePcsUpdateOptionsNull 

No update of the PCS.

PCS Axis to Rotate about.

Enumerator:
RotationAxisOptionsXaxis 

Rotate about X axis.

RotationAxisOptionsYaxis 

Rotate about Y axis.

RotationAxisOptionsZaxis 

Rotate about Z axis.

Direction to rotate about.

Enumerator:
RotationDirectionsPxdir 

Rotate in the positive X direction.

RotationDirectionsPydir 

Rotate in the positive Y direction.

RotationDirectionsPzdir 

Rotate in the positive Z direction.

RotationDirectionsMxdir 

Rotate in the negitive X direction.

RotationDirectionsMydir 

Rotate in the negitive Y direction.

RotationDirectionsMzdir 

Rotate in the negitive Z direction.

PCS Rotation method.

Enumerator:
RotationMethodsAngle 

Rotate by absolute angle.

RotationMethodsDatum 

Rotate by Datum.

RotationMethodsNominalFeature 

Rotate by Nominal Feature.

RotationMethodsMeasuredFeature 

Rotate by Actual Feature.

PCS state to save, either Actual or nominal.

Enumerator:
SaveStatesActual 

Save Actual PCS.

SaveStatesNominal 

Save Nominal PCS.

PCS Translation method in X direction.

Enumerator:
XtMethodsDistance 

Translate a distance.

XtMethodsDatum 

Translate by Datum.

XtMethodsNominalFeature 

Translate by Nominal Feature.

XtMethodsMeasuredFeature 

Translate by Measured Feature.

PCS Translation method in Y direction.

Enumerator:
YtMethodsDistance 

Translate a distance.

YtMethodsDatum 

Translate by Datum.

YtMethodsNominalFeature 

Translate by Nominal Feature.

YtMethodsMeasuredFeature 

Translate by Measured Feature.

PCS Translation method in Z direction.

Enumerator:
ZtMethodsDistance 

Translate a distance.

ZtMethodsDatum 

Translate by Datum.

ZtMethodsNominalFeature 

Translate by Nominal Feature.

ZtMethodsMeasuredFeature 

Translate by Measured Feature.


Member Function Documentation

Returns the align op name
Created in NX7.0.0.



License requirements : None

Returns the alignment type
Created in NX7.0.0.



License requirements : None

Returns the csys pick
Created in NX7.0.0.



License requirements : None

Returns the fail group name
Created in NX7.0.0.



License requirements : None

Returns the iter avail select
Created in NX7.0.0.



License requirements : None

Returns the iter converge variable
Created in NX7.0.0.



License requirements : None

Returns the iter deviation
Created in NX7.0.0.



License requirements : None

Returns the iter deviation type
Created in NX7.0.0.



License requirements : None

Returns the iter group name
Created in NX7.0.0.



License requirements : None

Returns the iter max iterations
Created in NX7.0.0.



License requirements : None

Returns the locate avail select
Created in NX7.0.0.



License requirements : None

Returns the locate xrot
Created in NX7.0.0.



License requirements : None

Returns the locate xtrans
Created in NX7.0.0.



License requirements : None

Returns the locate yrot
Created in NX7.0.0.



License requirements : None

Returns the locate ytrans
Created in NX7.0.0.



License requirements : None

Returns the locate zrot
Created in NX7.0.0.



License requirements : None

Returns the locate ztrans
Created in NX7.0.0.



License requirements : None

Returns the pcs name
Created in NX7.0.0.



License requirements : None

Returns the pri dat letter
Created in NX7.0.0.



License requirements : None

Returns the pri direction
Created in NX7.0.0.



License requirements : None

Returns the pri xorigin
Created in NX7.0.0.



License requirements : None

Returns the pri yorigin
Created in NX7.0.0.



License requirements : None

Returns the pri zorigin
Created in NX7.0.0.



License requirements : None

Returns the recall csys
Created in NX7.0.0.



License requirements : None

Returns the recall device id
Created in NX7.0.0.



License requirements : None

Returns the recall external name
Created in NX7.0.0.



License requirements : None

Returns the recall internal name
Created in NX7.0.0.



License requirements : None

Returns the recall state
Created in NX7.0.0.



License requirements : None

Returns the angle to rotate table
Created in NX7.5.2.



License requirements : None

Returns the rotate table angular deviation
Created in NX7.5.2.



License requirements : None

Returns the rotate table direction
Created in NX7.5.2.



License requirements : None

Returns the feature used to position table
Created in NX7.5.2.



License requirements : None

Returns the feature selected to position table
Created in NX7.5.2.



License requirements : None

Returns the rotate table method
Created in NX7.5.2.



License requirements : None

Returns the name of rotary table to rotate
Created in NX7.5.2.



License requirements : None

Returns the rotate table pcs update
Created in NX7.5.2.



License requirements : None

Returns the rot angle
Created in NX7.0.0.



License requirements : None

Returns the rot axis
Created in NX7.0.0.



License requirements : None

Returns the rot datum letter
Created in NX7.0.0.



License requirements : None

Returns the rot dir
Created in NX7.0.0.



License requirements : None

Returns the rot feature
Created in NX7.0.0.



License requirements : None

Returns the rot feature select
Created in NX7.0.0.



License requirements : None

Returns the rot method
Created in NX7.0.0.



License requirements : None

Returns the save device id
Created in NX7.0.0.



License requirements : None

Returns the save pcs label
Created in NX7.0.0.



License requirements : None

Returns the save state
Created in NX7.0.0.



License requirements : None

Returns the sec dat letter
Created in NX7.0.0.



License requirements : None

Returns the sec direction
Created in NX7.0.0.



License requirements : None

Returns the sec xorigin
Created in NX7.0.0.



License requirements : None

Returns the sec yorigin
Created in NX7.0.0.



License requirements : None

Returns the sec zorigin
Created in NX7.0.0.



License requirements : None

Sets the align op name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
alignOpNamealignopname

Sets the alignment type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
alignTypealigntype

Sets the csys pick
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
csysPickcsyspick

Sets the fail group name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
failGroupNamefailgroupname

Sets the iter converge variable
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
iterConvergeVariterconvergevar

Sets the iter deviation
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
iterDeviterdev

Sets the iter deviation type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
iterDevTypeiterdevtype

Sets the iter group name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
iterGroupNameitergroupname

Sets the iter max iterations
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
iterMaxitermax

Sets the locate xrot
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateXrotlocatexrot

Sets the locate xtrans
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateXtranslocatextrans

Sets the locate yrot
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateYrotlocateyrot

Sets the locate ytrans
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateYtranslocateytrans

Sets the locate zrot
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateZrotlocatezrot

Sets the locate ztrans
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
locateZtranslocateztrans

Sets the pcs name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pcsNamepcsname

Sets the pri dat letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
priDatLetterpridatletter

Sets the pri direction
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
priDirectionpridirection

Sets the pri xorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
priXoriginprixorigin

Sets the pri yorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
priYoriginpriyorigin

Sets the pri zorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
priZoriginprizorigin

Sets the recall csys
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
recallCsysrecallcsys

Sets the recall device id
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
recallDidrecalldid

Sets the recall external name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
recallExtNamerecallextname

Sets the recall internal name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
recallIntNamerecallintname

Sets the recall state
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
recallStaterecallstate

Sets the angle to rotate table
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
angleangle

Sets the rotate table angular deviation
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
fzfz

Sets the rotate table direction
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
directiondirection

Sets the feature used to position table
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotateTableFeaturerotatetablefeature

Sets the rotate table method
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
methodmethod

Sets the name of rotary table to rotate
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
tableNametablename

Sets the rotate table pcs update
Created in NX7.5.2.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
pcsUpdatepcsupdate

Sets the rot angle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationAnglerotationangle

Sets the rot axis
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationAxisrotationaxis

Sets the rot datum letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationDatumLetterrotationdatumletter

Sets the rot dir
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationDirectionrotationdirection

Sets the rot feature
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationFeaturerotationfeature

Sets the rot method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
rotationMethodrotationmethod

Sets the save device id
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
saveDidsavedid

Sets the save pcs label
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
savePcsLabelsavepcslabel

Sets the save state
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
saveStatesavestate

Sets the sec dat letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
secDatLettersecdatletter

Sets the sec direction
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
secDirectionsecdirection

Sets the sec xorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
secXoriginsecxorigin

Sets the sec yorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
secYoriginsecyorigin

Sets the sec zorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
secZoriginseczorigin

Sets the ter dat letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
terDatLetterterdatletter

Sets the ter xdirection
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
terDirectionterdirection

Sets the ter xorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
terXoriginterxorigin

Sets the ter yorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
terYoriginteryorigin

Sets the ter zorigin
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
terZoriginterzorigin

Sets the xt datum letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
xtDatumLetterxtdatumletter

Sets the xt distance
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
xtDistancextdistance

Sets the xt feature
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
xtFeaturextfeature

Sets the xt method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
xtMethodxtmethod

Sets the yt datum letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ytDatumLetterytdatumletter

Sets the yt distance
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ytDistanceytdistance

Sets the yt feature
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ytFeatureytfeature

Sets the yt method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ytMethodytmethod

Sets the zt datum letter
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ztDatumLetterztdatumletter

Sets the zt distance
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ztDistanceztdistance

Sets the zt feature
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ztFeatureztfeature

Sets the zt method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
ztMethodztmethod

Returns the ter dat letter
Created in NX7.0.0.



License requirements : None

Returns the ter xdirection
Created in NX7.0.0.



License requirements : None

Returns the ter xorigin
Created in NX7.0.0.



License requirements : None

Returns the ter yorigin
Created in NX7.0.0.



License requirements : None

Returns the ter zorigin
Created in NX7.0.0.



License requirements : None

Returns the xt datum letter
Created in NX7.0.0.



License requirements : None

Returns the xt distance
Created in NX7.0.0.



License requirements : None

Returns the xt feature
Created in NX7.0.0.



License requirements : None

Returns the xt feature select
Created in NX7.0.0.



License requirements : None

Returns the xt method
Created in NX7.0.0.



License requirements : None

Returns the yt datum letter
Created in NX7.0.0.



License requirements : None

Returns the yt distance
Created in NX7.0.0.



License requirements : None

Returns the yt feature
Created in NX7.0.0.



License requirements : None

Returns the yt feature select
Created in NX7.0.0.



License requirements : None

Returns the yt method
Created in NX7.0.0.



License requirements : None

Returns the zt datum letter
Created in NX7.0.0.



License requirements : None

Returns the zt distance
Created in NX7.0.0.



License requirements : None

Returns the zt feature
Created in NX7.0.0.



License requirements : None

Returns the zt feature select
Created in NX7.0.0.



License requirements : None

Returns the zt method
Created in NX7.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.