NX Open C++ Reference Guide
|
Represents a CMM Inspection Alignment builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionAlignmentBuilder
Created in NX7.5.2.
More...
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::CoordinateSystem * | CsysPick () |
Returns the csys pick Created in NX7.0.0. | |
NXString | FailGroupName () |
Returns the fail group name Created in NX7.0.0. | |
NXOpen::SelectNXObject * | IterAvailSelect () |
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::SelectNXObject * | LocateAvailSelect () |
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::CoordinateSystem * | RecallCsys () |
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::SelectNXObject * | RotateTableFeatureSelect () |
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::SelectNXObject * | RotationFeatureSelect () |
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::SelectNXObject * | XtFeatureSelect () |
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::SelectNXObject * | YtFeatureSelect () |
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::SelectNXObject * | ZtFeatureSelect () |
Returns the zt feature select Created in NX7.0.0. | |
NXOpen::CAM::InspectionAlignmentBuilder::ZtMethods | ZtMethod () |
Returns the zt method Created in NX7.0.0. |
Represents a CMM Inspection Alignment builder
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionAlignmentBuilder
Created in NX7.5.2.
Alignment directions of datum features.
Alignment Operation Type.
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. |
Rotary table PCS Update options.
PCS Axis to Rotate about.
Direction to rotate about.
Returns the align op name
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionAlignmentBuilder::AlignTypes NXOpen::CAM::InspectionAlignmentBuilder::AlignType | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::IterDevTypes NXOpen::CAM::InspectionAlignmentBuilder::IterDevType | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections NXOpen::CAM::InspectionAlignmentBuilder::PriDirection | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RecallStates NXOpen::CAM::InspectionAlignmentBuilder::RecallState | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotateTableDirections NXOpen::CAM::InspectionAlignmentBuilder::RotateTableDirection | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotateTableMethods NXOpen::CAM::InspectionAlignmentBuilder::RotateTableMethod | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotateTablePcsUpdateOptions NXOpen::CAM::InspectionAlignmentBuilder::RotateTablePcsUpdateOption | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotationAxisOptions NXOpen::CAM::InspectionAlignmentBuilder::RotationAxis | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotationDirections NXOpen::CAM::InspectionAlignmentBuilder::RotationDirection | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::RotationMethods NXOpen::CAM::InspectionAlignmentBuilder::RotationMethod | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::SaveStates NXOpen::CAM::InspectionAlignmentBuilder::SaveState | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections NXOpen::CAM::InspectionAlignmentBuilder::SecDirection | ( | ) |
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
void NXOpen::CAM::InspectionAlignmentBuilder::SetAlignOpName | ( | const NXString & | alignOpName | ) |
Sets the align op name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
alignOpName | alignopname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetAlignType | ( | NXOpen::CAM::InspectionAlignmentBuilder::AlignTypes | alignType | ) |
Sets the alignment type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
alignType | aligntype |
void NXOpen::CAM::InspectionAlignmentBuilder::SetCsysPick | ( | NXOpen::CoordinateSystem * | csysPick | ) |
Sets the csys pick
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
csysPick | csyspick |
void NXOpen::CAM::InspectionAlignmentBuilder::SetFailGroupName | ( | const NXString & | failGroupName | ) |
Sets the fail group name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
failGroupName | failgroupname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetIterConvergeVar | ( | const NXString & | iterConvergeVar | ) |
Sets the iter converge variable
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iterConvergeVar | iterconvergevar |
void NXOpen::CAM::InspectionAlignmentBuilder::SetIterDev | ( | double | iterDev | ) |
Sets the iter deviation
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iterDev | iterdev |
void NXOpen::CAM::InspectionAlignmentBuilder::SetIterDevType | ( | NXOpen::CAM::InspectionAlignmentBuilder::IterDevTypes | iterDevType | ) |
Sets the iter deviation type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iterDevType | iterdevtype |
void NXOpen::CAM::InspectionAlignmentBuilder::SetIterGroupName | ( | const NXString & | iterGroupName | ) |
Sets the iter group name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iterGroupName | itergroupname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetIterMax | ( | int | iterMax | ) |
Sets the iter max iterations
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
iterMax | itermax |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateXrot | ( | bool | locateXrot | ) |
Sets the locate xrot
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateXrot | locatexrot |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateXtrans | ( | bool | locateXtrans | ) |
Sets the locate xtrans
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateXtrans | locatextrans |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateYrot | ( | bool | locateYrot | ) |
Sets the locate yrot
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateYrot | locateyrot |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateYtrans | ( | bool | locateYtrans | ) |
Sets the locate ytrans
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateYtrans | locateytrans |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateZrot | ( | bool | locateZrot | ) |
Sets the locate zrot
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateZrot | locatezrot |
void NXOpen::CAM::InspectionAlignmentBuilder::SetLocateZtrans | ( | bool | locateZtrans | ) |
Sets the locate ztrans
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
locateZtrans | locateztrans |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPcsName | ( | const NXString & | pcsName | ) |
Sets the pcs name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pcsName | pcsname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPriDatLetter | ( | const NXString & | priDatLetter | ) |
Sets the pri dat letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
priDatLetter | pridatletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPriDirection | ( | NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections | priDirection | ) |
Sets the pri direction
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
priDirection | pridirection |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPriXorigin | ( | bool | priXorigin | ) |
Sets the pri xorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
priXorigin | prixorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPriYorigin | ( | bool | priYorigin | ) |
Sets the pri yorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
priYorigin | priyorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetPriZorigin | ( | bool | priZorigin | ) |
Sets the pri zorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
priZorigin | prizorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRecallCsys | ( | NXOpen::CoordinateSystem * | recallCsys | ) |
Sets the recall csys
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
recallCsys | recallcsys |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRecallDid | ( | const NXString & | recallDid | ) |
Sets the recall device id
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
recallDid | recalldid |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRecallExtName | ( | const NXString & | recallExtName | ) |
Sets the recall external name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
recallExtName | recallextname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRecallIntName | ( | const NXString & | recallIntName | ) |
Sets the recall internal name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
recallIntName | recallintname |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRecallState | ( | NXOpen::CAM::InspectionAlignmentBuilder::RecallStates | recallState | ) |
Sets the recall state
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
recallState | recallstate |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableAngle | ( | double | angle | ) |
Sets the angle to rotate table
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
angle | angle |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableAngularDeviation | ( | double | fz | ) |
Sets the rotate table angular deviation
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
fz | fz |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableDirection | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotateTableDirections | direction | ) |
Sets the rotate table direction
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
direction | direction |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableFeature | ( | const NXString & | rotateTableFeature | ) |
Sets the feature used to position table
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotateTableFeature | rotatetablefeature |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableMethod | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotateTableMethods | method | ) |
Sets the rotate table method
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
method | method |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTableName | ( | const NXString & | tableName | ) |
Sets the name of rotary table to rotate
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
tableName | tablename |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotateTablePcsUpdateOption | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotateTablePcsUpdateOptions | pcsUpdate | ) |
Sets the rotate table pcs update
Created in NX7.5.2.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
pcsUpdate | pcsupdate |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationAngle | ( | double | rotationAngle | ) |
Sets the rot angle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationAngle | rotationangle |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationAxis | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotationAxisOptions | rotationAxis | ) |
Sets the rot axis
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationAxis | rotationaxis |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationDatumLetter | ( | const NXString & | rotationDatumLetter | ) |
Sets the rot datum letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationDatumLetter | rotationdatumletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationDirection | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotationDirections | rotationDirection | ) |
Sets the rot dir
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationDirection | rotationdirection |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationFeature | ( | const NXString & | rotationFeature | ) |
Sets the rot feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationFeature | rotationfeature |
void NXOpen::CAM::InspectionAlignmentBuilder::SetRotationMethod | ( | NXOpen::CAM::InspectionAlignmentBuilder::RotationMethods | rotationMethod | ) |
Sets the rot method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
rotationMethod | rotationmethod |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSaveDid | ( | const NXString & | saveDid | ) |
Sets the save device id
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
saveDid | savedid |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSavePcsLabel | ( | const NXString & | savePcsLabel | ) |
Sets the save pcs label
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
savePcsLabel | savepcslabel |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSaveState | ( | NXOpen::CAM::InspectionAlignmentBuilder::SaveStates | saveState | ) |
Sets the save state
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
saveState | savestate |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSecDatLetter | ( | const NXString & | secDatLetter | ) |
Sets the sec dat letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
secDatLetter | secdatletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSecDirection | ( | NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections | secDirection | ) |
Sets the sec direction
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
secDirection | secdirection |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSecXorigin | ( | bool | secXorigin | ) |
Sets the sec xorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
secXorigin | secxorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSecYorigin | ( | bool | secYorigin | ) |
Sets the sec yorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
secYorigin | secyorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetSecZorigin | ( | bool | secZorigin | ) |
Sets the sec zorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
secZorigin | seczorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetTerDatLetter | ( | const NXString & | terDatLetter | ) |
Sets the ter dat letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
terDatLetter | terdatletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetTerDirection | ( | NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections | terDirection | ) |
Sets the ter xdirection
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
terDirection | terdirection |
void NXOpen::CAM::InspectionAlignmentBuilder::SetTerXorigin | ( | bool | terXorigin | ) |
Sets the ter xorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
terXorigin | terxorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetTerYorigin | ( | bool | terYorigin | ) |
Sets the ter yorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
terYorigin | teryorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetTerZorigin | ( | bool | terZorigin | ) |
Sets the ter zorigin
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
terZorigin | terzorigin |
void NXOpen::CAM::InspectionAlignmentBuilder::SetXtDatumLetter | ( | const NXString & | xtDatumLetter | ) |
Sets the xt datum letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
xtDatumLetter | xtdatumletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetXtDistance | ( | double | xtDistance | ) |
Sets the xt distance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
xtDistance | xtdistance |
void NXOpen::CAM::InspectionAlignmentBuilder::SetXtFeature | ( | const NXString & | xtFeature | ) |
Sets the xt feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
xtFeature | xtfeature |
void NXOpen::CAM::InspectionAlignmentBuilder::SetXtMethod | ( | NXOpen::CAM::InspectionAlignmentBuilder::XtMethods | xtMethod | ) |
Sets the xt method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
xtMethod | xtmethod |
void NXOpen::CAM::InspectionAlignmentBuilder::SetYtDatumLetter | ( | const NXString & | ytDatumLetter | ) |
Sets the yt datum letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ytDatumLetter | ytdatumletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetYtDistance | ( | double | ytDistance | ) |
Sets the yt distance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ytDistance | ytdistance |
void NXOpen::CAM::InspectionAlignmentBuilder::SetYtFeature | ( | const NXString & | ytFeature | ) |
Sets the yt feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ytFeature | ytfeature |
void NXOpen::CAM::InspectionAlignmentBuilder::SetYtMethod | ( | NXOpen::CAM::InspectionAlignmentBuilder::YtMethods | ytMethod | ) |
Sets the yt method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ytMethod | ytmethod |
void NXOpen::CAM::InspectionAlignmentBuilder::SetZtDatumLetter | ( | const NXString & | ztDatumLetter | ) |
Sets the zt datum letter
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ztDatumLetter | ztdatumletter |
void NXOpen::CAM::InspectionAlignmentBuilder::SetZtDistance | ( | double | ztDistance | ) |
Sets the zt distance
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ztDistance | ztdistance |
void NXOpen::CAM::InspectionAlignmentBuilder::SetZtFeature | ( | const NXString & | ztFeature | ) |
Sets the zt feature
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ztFeature | ztfeature |
void NXOpen::CAM::InspectionAlignmentBuilder::SetZtMethod | ( | NXOpen::CAM::InspectionAlignmentBuilder::ZtMethods | ztMethod | ) |
Sets the zt method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
ztMethod | ztmethod |
Returns the ter dat letter
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionAlignmentBuilder::AlignmentDirections NXOpen::CAM::InspectionAlignmentBuilder::TerDirection | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::XtMethods NXOpen::CAM::InspectionAlignmentBuilder::XtMethod | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::YtMethods NXOpen::CAM::InspectionAlignmentBuilder::YtMethod | ( | ) |
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
NXOpen::CAM::InspectionAlignmentBuilder::ZtMethods NXOpen::CAM::InspectionAlignmentBuilder::ZtMethod | ( | ) |
Returns the zt method
Created in NX7.0.0.
License requirements : None