NX Open C++ Reference Guide
|
Represents a CMM Inspection miscellaneous command builder. More...
Public Types | |
enum | AngularUnitsOptions { AngularUnitsOptionsDecimalDegrees, AngularUnitsOptionsRadians, AngularUnitsOptionsDegreesMinutesSeconds } |
Angular units specifications. More... | |
enum | CommandTypes { CommandTypesEnterStatement, CommandTypesMeasurementMode, CommandTypesDefineHomePoint, CommandTypesMoveMachine, CommandTypesOutputDecimalPlaces, CommandTypesDeclareVariable, CommandTypesQISVariable, CommandTypesPromptforInput, CommandTypesProgramLabel, CommandTypesJumptoLabel, CommandTypesProgramHeader } |
The type of CMM command to be entered. More... | |
enum | HomePtMethods { HomePtMethodsMachineZero, HomePtMethodsUserSpecifiedPoint } |
The method used to specify the home point. More... | |
enum | IdnameMethods { IdnameMethodsCurrentPartName, IdnameMethodsUserSpecified } |
Naming method. More... | |
enum | LinearUnitsOptions { LinearUnitsOptionsPartUnits, LinearUnitsOptionsMillimeters, LinearUnitsOptionsCentimeters, LinearUnitsOptionsMeters, LinearUnitsOptionsInches, LinearUnitsOptionsFeet } |
Linear units specifications. More... | |
enum | MoveTypes { MoveTypesLinearMove, MoveTypesArcMove, MoveTypesHomeLocation } |
The type of move. More... | |
enum | ProgramNameMethods { ProgramNameMethodsCurrentPartName, ProgramNameMethodsUserSpecified } |
Program name. More... | |
enum | PromptVars { PromptVarsNull } |
User prompt variable. More... | |
enum | QisvarTypes { QisvarTypesNull } |
QIS variable type. More... | |
enum | RevMethods { RevMethodsCurrentPartRevision, RevMethodsUserSpecified } |
Revision method. More... | |
enum | TemperatureUnitsOptions { TemperatureUnitsOptionsFahrenheit, TemperatureUnitsOptionsCentigrade } |
Temperature units specifications. More... | |
enum | VarScopes { VarScopesGlobal, VarScopesCommon, VarScopesLocal } |
Sets variable scope. More... | |
enum | VarTypes { VarTypesBoolean, VarTypesInteger, VarTypesLong, VarTypesReal, VarTypesDouble, VarTypesCharacter, VarTypesVector } |
Variable type. More... | |
Public Member Functions | |
int | AngularPlaces () |
Returns the angular decimal places Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions | AngularUnits () |
Returns the angular units Created in NX7.0.0. | |
bool | AutoToggle () |
Returns the auto mode toggle Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes | CommandType () |
Returns the command type Created in NX7.0.0. | |
int | DevTolPlaces () |
Returns the deviation and tolerance decimal places Created in NX7.0.0. | |
std::vector< NXString > | GetProgStatements () |
Returns the program statements. | |
NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods | HomePtMethod () |
Returns the home point method Created in NX7.0.0. | |
NXOpen::Point * | HomePtPoint () |
Returns the home point location Created in NX7.0.0. | |
int | HumidityPlaces () |
Returns the humidity decimal places Created in NX7.0.0. | |
NXString | IdName () |
Returns the ID name Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods | IdnameMethod () |
Returns the ID name method Created in NX7.0.0. | |
int | IndexSize () |
Returns the index size Created in NX7.0.0. | |
NXOpen::Point * | IntermediatePoint () |
Returns the intermediate point Created in NX7.0.0. | |
NXString | JumpLabel () |
Returns the program jump label Created in NX7.0.0. | |
int | LinearPlaces () |
Returns the linear decimal places Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions | LinearUnits () |
Returns the linear units Created in NX7.0.0. | |
bool | ManualToggle () |
Returns the manual mode toggle Created in NX7.0.0. | |
bool | MaxToggle () |
Returns the max toggle Created in NX7.0.0. | |
double | MaxValue () |
Returns the max value Created in NX7.0.0. | |
bool | MinToggle () |
Returns the min toggle Created in NX7.0.0. | |
double | MinValue () |
Returns the min value Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes | MoveType () |
Returns the move type Created in NX7.0.0. | |
int | NumChar () |
Returns the number of characters Created in NX7.0.0. | |
NXString | OpName () |
Returns the command operation name Created in NX7.0.0. | |
NXString | ProgramName () |
Returns the program name Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods | ProgramNameMethod () |
Returns the program name method Created in NX7.0.0. | |
bool | ProgramToggle () |
Returns the program mode toggle Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars | PromptVar () |
Returns the prompt variable Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes | QisvarType () |
Returns the qis variable type Created in NX7.0.0. | |
NXString | QisvarValue () |
Returns the qis variable value Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods | RevMethod () |
Returns the revision method Created in NX7.0.0. | |
NXString | RevName () |
Returns the revision name Created in NX7.0.0. | |
void | SetAngularPlaces (int angularPlaces) |
Sets the angular decimal places Created in NX7.0.0. | |
void | SetAngularUnits (NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions angularUnits) |
Sets the angular units Created in NX7.0.0. | |
void | SetAutoToggle (bool autoToggle) |
Sets the auto mode toggle Created in NX7.0.0. | |
void | SetCommandType (NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes commandType) |
Sets the command type Created in NX7.0.0. | |
void | SetDevTolPlaces (int devTolPlaces) |
Sets the deviation and tolerance decimal places Created in NX7.0.0. | |
void | SetHomePtMethod (NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods homePtMethod) |
Sets the home point method Created in NX7.0.0. | |
void | SetHomePtPoint (NXOpen::Point *homePtPoint) |
Sets the home point location Created in NX7.0.0. | |
void | SetHumidityPlaces (int humidityPlaces) |
Sets the humidity decimal places Created in NX7.0.0. | |
void | SetIdName (const NXString &idName) |
Sets the ID name Created in NX7.0.0. | |
void | SetIdnameMethod (NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods idnameMethod) |
Sets the ID name method Created in NX7.0.0. | |
void | SetIndexSize (int indexSize) |
Sets the index size Created in NX7.0.0. | |
void | SetIntermediatePoint (NXOpen::Point *intermediatePoint) |
Sets the intermediate point Created in NX7.0.0. | |
void | SetJumpLabel (const NXString &jumpLabel) |
Sets the program jump label Created in NX7.0.0. | |
void | SetLinearPlaces (int linearPlaces) |
Sets the linear decimal places Created in NX7.0.0. | |
void | SetLinearUnits (NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions linearUnits) |
Sets the linear units Created in NX7.0.0. | |
void | SetManualToggle (bool manualToggle) |
Sets the manual mode toggle Created in NX7.0.0. | |
void | SetMaxToggle (bool maxToggle) |
Sets the max toggle Created in NX7.0.0. | |
void | SetMaxValue (double maxValue) |
Sets the max value Created in NX7.0.0. | |
void | SetMinToggle (bool minToggle) |
Sets the min toggle Created in NX7.0.0. | |
void | SetMinValue (double minValue) |
Sets the min value Created in NX7.0.0. | |
void | SetMoveType (NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes moveType) |
Sets the move type Created in NX7.0.0. | |
void | SetNumChar (int numChar) |
Sets the number of characters Created in NX7.0.0. | |
void | SetOpName (const NXString &opName) |
Sets the command operation name Created in NX7.0.0. | |
void | SetProgramName (const NXString &programName) |
Sets the program name Created in NX7.0.0. | |
void | SetProgramNameMethod (NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods programNameMethod) |
Sets the program name method Created in NX7.0.0. | |
void | SetProgramToggle (bool programToggle) |
Sets the program mode toggle Created in NX7.0.0. | |
void | SetProgStatements (std::vector< NXString > &progStatements) |
Sets the program statements Created in NX7.0.0. | |
void | SetPromptVar (NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars promptVar) |
Sets the prompt variable Created in NX7.0.0. | |
void | SetQisvarType (NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes qisvarType) |
Sets the qis variable type Created in NX7.0.0. | |
void | SetQisvarValue (const NXString &qisvarValue) |
Sets the qis variable value Created in NX7.0.0. | |
void | SetRevMethod (NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods revMethod) |
Sets the revision method Created in NX7.0.0. | |
void | SetRevName (const NXString &revName) |
Sets the revision name Created in NX7.0.0. | |
void | SetTargetPoint (NXOpen::Point *targetPoint) |
Sets the target point Created in NX7.0.0. | |
void | SetTemperaturePlaces (int temperaturePlaces) |
Sets the temperature decimal places Created in NX7.0.0. | |
void | SetTemperatureUnits (NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions temperatureUnits) |
Sets the temperature units Created in NX7.0.0. | |
void | SetUserPrompt (const NXString &userPrompt) |
Sets the user prompt Created in NX7.0.0. | |
void | SetVarName (const NXString &varName) |
Sets the variable name Created in NX7.0.0. | |
void | SetVarScope (NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes varScope) |
Sets the variable scope Created in NX7.0.0. | |
void | SetVarType (NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes varType) |
Sets the variable type Created in NX7.0.0. | |
void | SetVectorPlaces (int vectorPlaces) |
Sets the vector decimal places Created in NX7.0.0. | |
NXOpen::Point * | TargetPoint () |
Returns the target point Created in NX7.0.0. | |
int | TemperaturePlaces () |
Returns the temperature decimal places Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions | TemperatureUnits () |
Returns the temperature units Created in NX7.0.0. | |
NXString | UserPrompt () |
Returns the user prompt Created in NX7.0.0. | |
NXString | VarName () |
Returns the variable name Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes | VarScope () |
Returns the variable scope Created in NX7.0.0. | |
NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes | VarType () |
Returns the variable type Created in NX7.0.0. | |
int | VectorPlaces () |
Returns the vector decimal places Created in NX7.0.0. |
Represents a CMM Inspection miscellaneous command builder.
To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCmmCommandBuilder
Created in NX7.0.0.
The type of CMM command to be entered.
Variable type.
Returns the angular decimal places
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnits | ( | ) |
Returns the angular units
Created in NX7.0.0.
License requirements : None
Returns the auto mode toggle
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes NXOpen::CAM::InspectionCmmCommandBuilder::CommandType | ( | ) |
Returns the command type
Created in NX7.0.0.
License requirements : None
Returns the deviation and tolerance decimal places
Created in NX7.0.0.
License requirements : None
std::vector<NXString> NXOpen::CAM::InspectionCmmCommandBuilder::GetProgStatements | ( | ) |
Returns the program statements.
NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethod | ( | ) |
Returns the home point method
Created in NX7.0.0.
License requirements : None
Returns the home point location
Created in NX7.0.0.
License requirements : None
Returns the humidity decimal places
Created in NX7.0.0.
License requirements : None
Returns the ID name
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethod | ( | ) |
Returns the ID name method
Created in NX7.0.0.
License requirements : None
Returns the index size
Created in NX7.0.0.
License requirements : None
Returns the intermediate point
Created in NX7.0.0.
License requirements : None
Returns the program jump label
Created in NX7.0.0.
License requirements : None
Returns the linear decimal places
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnits | ( | ) |
Returns the linear units
Created in NX7.0.0.
License requirements : None
Returns the manual mode toggle
Created in NX7.0.0.
License requirements : None
Returns the max toggle
Created in NX7.0.0.
License requirements : None
Returns the max value
Created in NX7.0.0.
License requirements : None
Returns the min toggle
Created in NX7.0.0.
License requirements : None
Returns the min value
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes NXOpen::CAM::InspectionCmmCommandBuilder::MoveType | ( | ) |
Returns the move type
Created in NX7.0.0.
License requirements : None
Returns the number of characters
Created in NX7.0.0.
License requirements : None
Returns the command operation name
Created in NX7.0.0.
License requirements : None
Returns the program name
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethod | ( | ) |
Returns the program name method
Created in NX7.0.0.
License requirements : None
Returns the program mode toggle
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars NXOpen::CAM::InspectionCmmCommandBuilder::PromptVar | ( | ) |
Returns the prompt variable
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes NXOpen::CAM::InspectionCmmCommandBuilder::QisvarType | ( | ) |
Returns the qis variable type
Created in NX7.0.0.
License requirements : None
Returns the qis variable value
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods NXOpen::CAM::InspectionCmmCommandBuilder::RevMethod | ( | ) |
Returns the revision method
Created in NX7.0.0.
License requirements : None
Returns the revision name
Created in NX7.0.0.
License requirements : None
void NXOpen::CAM::InspectionCmmCommandBuilder::SetAngularPlaces | ( | int | angularPlaces | ) |
Sets the angular decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
angularPlaces | angularplaces |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetAngularUnits | ( | NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions | angularUnits | ) |
Sets the angular units
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
angularUnits | angularunits |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetAutoToggle | ( | bool | autoToggle | ) |
Sets the auto mode toggle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
autoToggle | autotoggle |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetCommandType | ( | NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes | commandType | ) |
Sets the command type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
commandType | commandtype |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetDevTolPlaces | ( | int | devTolPlaces | ) |
Sets the deviation and tolerance decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
devTolPlaces | devtolplaces |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetHomePtMethod | ( | NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods | homePtMethod | ) |
Sets the home point method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
homePtMethod | homeptmethod |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetHomePtPoint | ( | NXOpen::Point * | homePtPoint | ) |
Sets the home point location
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
homePtPoint | homeptpoint |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetHumidityPlaces | ( | int | humidityPlaces | ) |
Sets the humidity decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
humidityPlaces | humidityplaces |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetIdName | ( | const NXString & | idName | ) |
Sets the ID name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
idName | idname |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetIdnameMethod | ( | NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods | idnameMethod | ) |
Sets the ID name method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
idnameMethod | idnamemethod |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetIndexSize | ( | int | indexSize | ) |
Sets the index size
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
indexSize | indexsize |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetIntermediatePoint | ( | NXOpen::Point * | intermediatePoint | ) |
Sets the intermediate point
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
intermediatePoint | intermediatepoint |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetJumpLabel | ( | const NXString & | jumpLabel | ) |
Sets the program jump label
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
jumpLabel | jumplabel |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetLinearPlaces | ( | int | linearPlaces | ) |
Sets the linear decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
linearPlaces | linearplaces |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetLinearUnits | ( | NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions | linearUnits | ) |
Sets the linear units
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
linearUnits | linearunits |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetManualToggle | ( | bool | manualToggle | ) |
Sets the manual mode toggle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
manualToggle | manualtoggle |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetMaxToggle | ( | bool | maxToggle | ) |
Sets the max toggle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
maxToggle | maxtoggle |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetMaxValue | ( | double | maxValue | ) |
Sets the max value
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
maxValue | maxvalue |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetMinToggle | ( | bool | minToggle | ) |
Sets the min toggle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
minToggle | mintoggle |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetMinValue | ( | double | minValue | ) |
Sets the min value
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
minValue | minvalue |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetMoveType | ( | NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes | moveType | ) |
Sets the move type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
moveType | movetype |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetNumChar | ( | int | numChar | ) |
Sets the number of characters
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
numChar | numchar |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetOpName | ( | const NXString & | opName | ) |
Sets the command operation name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
opName | opname |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetProgramName | ( | const NXString & | programName | ) |
Sets the program name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
programName | programname |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetProgramNameMethod | ( | NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods | programNameMethod | ) |
Sets the program name method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
programNameMethod | programnamemethod |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetProgramToggle | ( | bool | programToggle | ) |
Sets the program mode toggle
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
programToggle | programtoggle |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetProgStatements | ( | std::vector< NXString > & | progStatements | ) |
Sets the program statements
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
progStatements | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetPromptVar | ( | NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars | promptVar | ) |
Sets the prompt variable
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
promptVar | promptvar |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetQisvarType | ( | NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes | qisvarType | ) |
Sets the qis variable type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
qisvarType | qisvartype |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetQisvarValue | ( | const NXString & | qisvarValue | ) |
Sets the qis variable value
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
qisvarValue | qisvarvalue |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetRevMethod | ( | NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods | revMethod | ) |
Sets the revision method
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
revMethod | revmethod |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetRevName | ( | const NXString & | revName | ) |
Sets the revision name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
revName | revname |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetTargetPoint | ( | NXOpen::Point * | targetPoint | ) |
Sets the target point
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
targetPoint | targetpoint |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetTemperaturePlaces | ( | int | temperaturePlaces | ) |
Sets the temperature decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
temperaturePlaces | temperatureplaces |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetTemperatureUnits | ( | NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions | temperatureUnits | ) |
Sets the temperature units
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
temperatureUnits | temperatureunits |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetUserPrompt | ( | const NXString & | userPrompt | ) |
Sets the user prompt
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
userPrompt | userprompt |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetVarName | ( | const NXString & | varName | ) |
Sets the variable name
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
varName | varname |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetVarScope | ( | NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes | varScope | ) |
Sets the variable scope
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
varScope | varscope |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetVarType | ( | NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes | varType | ) |
Sets the variable type
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
varType | vartype |
void NXOpen::CAM::InspectionCmmCommandBuilder::SetVectorPlaces | ( | int | vectorPlaces | ) |
Sets the vector decimal places
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
vectorPlaces | vectorplaces |
Returns the target point
Created in NX7.0.0.
License requirements : None
Returns the temperature decimal places
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnits | ( | ) |
Returns the temperature units
Created in NX7.0.0.
License requirements : None
Returns the user prompt
Created in NX7.0.0.
License requirements : None
Returns the variable name
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes NXOpen::CAM::InspectionCmmCommandBuilder::VarScope | ( | ) |
Returns the variable scope
Created in NX7.0.0.
License requirements : None
NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes NXOpen::CAM::InspectionCmmCommandBuilder::VarType | ( | ) |
Returns the variable type
Created in NX7.0.0.
License requirements : None
Returns the vector decimal places
Created in NX7.0.0.
License requirements : None