InspectionCmmCommandBuilder Class¶
-
class
NXOpen.CAM.InspectionCmmCommandBuilder¶ Bases:
NXOpen.CAM.OperationBuilderRepresents a CMM Inspection miscellaneous command builder.
To create a new instance of this class, use
NXOpen.CAM.InspectionOperationCollection.CreateInspectionCmmCommandBuilder()New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| AngularPlaces | Returns or sets the angular decimal places |
| AngularUnits | Returns or sets the angular units |
| AutoToggle | Returns or sets the auto mode toggle |
| ChannelName | Returns or sets the channel’s name |
| CommandType | Returns or sets the command type |
| CycleEvent | Returns the cycle event |
| CycleTable | Returns the cycle |
| Description | Returns or sets the description |
| DevTolPlaces | Returns or sets the deviation and tolerance decimal places |
| DeviceName | Returns or sets the device name |
| DeviceType | Returns or sets the device type |
| EndOfPath | Returns the end event builder |
| EndUdeSet | Returns the end ude set |
| Geometry | Returns the geometry builder |
| GotoAangle | Returns or sets the goto A angle |
| GotoBangle | Returns or sets the goto B angle |
| GougeChecking | Returns or sets the gouge checking flag |
| HoleAxisType | Returns or sets the Hole Axis Type |
| HoleDepth | Returns the max depth distance builder |
| HoleDepthType | Returns or sets the Hole Depth Type |
| HomePtMethod | Returns or sets the home point method |
| HomePtPoint | Returns or sets the home point location |
| HumidityPlaces | Returns or sets the humidity decimal places |
| IdName | Returns or sets the ID name |
| IdnameMethod | Returns or sets the ID name method |
| IndexSize | Returns or sets the index size |
| IntermediatePoint | Returns or sets the intermediate point |
| JumpLabel | Returns or sets the program jump label |
| LayoutAndLayer | Returns the Layer and Layout |
| LinearPlaces | Returns or sets the linear decimal places |
| LinearUnits | Returns or sets the linear units |
| ManualToggle | Returns or sets the manual mode toggle |
| MaxToggle | Returns or sets the max toggle |
| MaxValue | Returns or sets the max value |
| MinToggle | Returns or sets the min toggle |
| MinValue | Returns or sets the min value |
| MotionOutputBuilder | Returns the motion output builder |
| MoveType | Returns or sets the move type |
| Notes | Returns the notes builder |
| NumChar | Returns or sets the number of characters |
| OpName | Returns or sets the command operation name |
| OptimizationBasedOn | Returns or sets the optimization based on in operation |
| OptimizationDistanceMethod | Returns or sets the optimization distance method in operation |
| OptimizationLevel | Returns or sets the optimization level in operation |
| OptimizationMethod | Returns or sets the optim method |
| PathDisplayOptions | Returns the path display options builder |
| PostToolPathExit | Returns or sets the environment variable that points to the post tool path generation library which has the exit |
| ProgramName | Returns or sets the program name |
| ProgramNameMethod | Returns or sets the program name method |
| ProgramToggle | Returns or sets the program mode toggle |
| PromptVar | Returns or sets the prompt variable |
| QisvarType | Returns or sets the qis variable type |
| QisvarValue | Returns or sets the qis variable value |
| RetractDistance | Returns the Retract Distance builder (inheritable double) |
| RetractDistanceOnToolAxisChange | Returns the Retract Distance on Tool Axis Change builder (inheritable double) |
| RevMethod | Returns or sets the revision method |
| RevName | Returns or sets the revision name |
| SafeClearance | Returns the safe clearance builder |
| SaveDmlDidLabel | Returns or sets the save DML DID label |
| SaveDmlPcsLabel | Returns or sets the save DML PCS label |
| SaveDmlPointData | Returns or sets the save DML point data |
| SaveDmlVersion | Returns or sets the save DML version |
| SelectToolFlag | Returns or sets the user selected tool |
| SensorName | Returns or sets the sensor name |
| StartOfPath | Returns the start event builder |
| StartUdeSet | Returns the start ude set |
| Tag | Returns the Tag for this object. |
| TargetPoint | Returns or sets the target point |
| TemperaturePlaces | Returns or sets the temperature decimal places |
| TemperatureUnits | Returns or sets the temperature units |
| ToolChangeSetting | Returns the tool change builder |
| ToolName | Returns or sets the tool name |
| ToolPathEditor | Returns the Tool Path Editor Builder |
| ToolPathSplitParametersBuilder | Returns the tool path split Parameters |
| UserPrompt | Returns or sets the user prompt |
| VarName | Returns or sets the variable name |
| VarScope | Returns or sets the variable scope |
| VarType | Returns or sets the variable type |
| VectorPlaces | Returns or sets the vector decimal places |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetCustomizableItemBuilder | Returns the customizable item builder for the given customizable item name |
| GetCustomizableItemNames | Returns the names for all customizable item ids |
| GetHoleAxisValues | Get the Hole Axis values |
| GetObject | Returns the object currently being edited by this builder. |
| GetProgStatements | Returns the program statements |
| SetHoleAxisValues | Set the Hole Axis values |
| SetProgStatements | Sets the program statements |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
Property Detail¶
AngularPlaces¶
-
InspectionCmmCommandBuilder.AngularPlaces¶ Returns or sets the angular decimal places
-------------------------------------Getter Method
Signature
AngularPlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngularPlacesParameters: angularPlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
AngularUnits¶
-
InspectionCmmCommandBuilder.AngularUnits¶ Returns or sets the angular units
-------------------------------------Getter Method
Signature
AngularUnitsReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderAngularUnitsOptionsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngularUnitsParameters: angularUnits ( NXOpen.CAM.InspectionCmmCommandBuilderAngularUnitsOptions) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
AutoToggle¶
-
InspectionCmmCommandBuilder.AutoToggle¶ Returns or sets the auto mode toggle
-------------------------------------Getter Method
Signature
AutoToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AutoToggleParameters: autoToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
CommandType¶
-
InspectionCmmCommandBuilder.CommandType¶ Returns or sets the command type
-------------------------------------Getter Method
Signature
CommandTypeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderCommandTypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CommandTypeParameters: commandType ( NXOpen.CAM.InspectionCmmCommandBuilderCommandTypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DevTolPlaces¶
-
InspectionCmmCommandBuilder.DevTolPlaces¶ Returns or sets the deviation and tolerance decimal places
-------------------------------------Getter Method
Signature
DevTolPlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DevTolPlacesParameters: devTolPlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DeviceName¶
-
InspectionCmmCommandBuilder.DeviceName¶ Returns or sets the device name
-------------------------------------Getter Method
Signature
DeviceNameReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeviceNameParameters: deviceName (str) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
DeviceType¶
-
InspectionCmmCommandBuilder.DeviceType¶ Returns or sets the device type
-------------------------------------Getter Method
Signature
DeviceTypeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderDeviceTypeOptionsNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DeviceTypeParameters: deviceType ( NXOpen.CAM.InspectionCmmCommandBuilderDeviceTypeOptions) –New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
GotoAangle¶
-
InspectionCmmCommandBuilder.GotoAangle¶ Returns or sets the goto A angle
-------------------------------------Getter Method
Signature
GotoAangleReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GotoAangleParameters: gotoAangle (float) – New in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
GotoBangle¶
-
InspectionCmmCommandBuilder.GotoBangle¶ Returns or sets the goto B angle
-------------------------------------Getter Method
Signature
GotoBangleReturns: Return type: float New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
GotoBangleParameters: gotoBangle (float) – New in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
HomePtMethod¶
-
InspectionCmmCommandBuilder.HomePtMethod¶ Returns or sets the home point method
-------------------------------------Getter Method
Signature
HomePtMethodReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderHomePtMethodsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HomePtMethodParameters: homePtMethod ( NXOpen.CAM.InspectionCmmCommandBuilderHomePtMethods) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
HomePtPoint¶
-
InspectionCmmCommandBuilder.HomePtPoint¶ Returns or sets the home point location
-------------------------------------Getter Method
Signature
HomePtPointReturns: Return type: NXOpen.PointNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HomePtPointParameters: homePtPoint ( NXOpen.Point) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
HumidityPlaces¶
-
InspectionCmmCommandBuilder.HumidityPlaces¶ Returns or sets the humidity decimal places
-------------------------------------Getter Method
Signature
HumidityPlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HumidityPlacesParameters: humidityPlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IdName¶
-
InspectionCmmCommandBuilder.IdName¶ Returns or sets the ID name
-------------------------------------Getter Method
Signature
IdNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IdNameParameters: idName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IdnameMethod¶
-
InspectionCmmCommandBuilder.IdnameMethod¶ Returns or sets the ID name method
-------------------------------------Getter Method
Signature
IdnameMethodReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderIdnameMethodsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IdnameMethodParameters: idnameMethod ( NXOpen.CAM.InspectionCmmCommandBuilderIdnameMethods) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IndexSize¶
-
InspectionCmmCommandBuilder.IndexSize¶ Returns or sets the index size
-------------------------------------Getter Method
Signature
IndexSizeReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IndexSizeParameters: indexSize (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
IntermediatePoint¶
-
InspectionCmmCommandBuilder.IntermediatePoint¶ Returns or sets the intermediate point
-------------------------------------Getter Method
Signature
IntermediatePointReturns: Return type: NXOpen.PointNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IntermediatePointParameters: intermediatePoint ( NXOpen.Point) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
JumpLabel¶
-
InspectionCmmCommandBuilder.JumpLabel¶ Returns or sets the program jump label
-------------------------------------Getter Method
Signature
JumpLabelReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
JumpLabelParameters: jumpLabel (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
LinearPlaces¶
-
InspectionCmmCommandBuilder.LinearPlaces¶ Returns or sets the linear decimal places
-------------------------------------Getter Method
Signature
LinearPlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LinearPlacesParameters: linearPlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
LinearUnits¶
-
InspectionCmmCommandBuilder.LinearUnits¶ Returns or sets the linear units
-------------------------------------Getter Method
Signature
LinearUnitsReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderLinearUnitsOptionsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LinearUnitsParameters: linearUnits ( NXOpen.CAM.InspectionCmmCommandBuilderLinearUnitsOptions) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ManualToggle¶
-
InspectionCmmCommandBuilder.ManualToggle¶ Returns or sets the manual mode toggle
-------------------------------------Getter Method
Signature
ManualToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ManualToggleParameters: manualToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MaxToggle¶
-
InspectionCmmCommandBuilder.MaxToggle¶ Returns or sets the max toggle
-------------------------------------Getter Method
Signature
MaxToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxToggleParameters: maxToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MaxValue¶
-
InspectionCmmCommandBuilder.MaxValue¶ Returns or sets the max value
-------------------------------------Getter Method
Signature
MaxValueReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxValueParameters: maxValue (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MinToggle¶
-
InspectionCmmCommandBuilder.MinToggle¶ Returns or sets the min toggle
-------------------------------------Getter Method
Signature
MinToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinToggleParameters: minToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MinValue¶
-
InspectionCmmCommandBuilder.MinValue¶ Returns or sets the min value
-------------------------------------Getter Method
Signature
MinValueReturns: Return type: float New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinValueParameters: minValue (float) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
MoveType¶
-
InspectionCmmCommandBuilder.MoveType¶ Returns or sets the move type
-------------------------------------Getter Method
Signature
MoveTypeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderMoveTypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MoveTypeParameters: moveType ( NXOpen.CAM.InspectionCmmCommandBuilderMoveTypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
NumChar¶
-
InspectionCmmCommandBuilder.NumChar¶ Returns or sets the number of characters
-------------------------------------Getter Method
Signature
NumCharReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NumCharParameters: numChar (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
OpName¶
-
InspectionCmmCommandBuilder.OpName¶ Returns or sets the command operation name
-------------------------------------Getter Method
Signature
OpNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OpNameParameters: opName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ProgramName¶
-
InspectionCmmCommandBuilder.ProgramName¶ Returns or sets the program name
-------------------------------------Getter Method
Signature
ProgramNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProgramNameParameters: programName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ProgramNameMethod¶
-
InspectionCmmCommandBuilder.ProgramNameMethod¶ Returns or sets the program name method
-------------------------------------Getter Method
Signature
ProgramNameMethodReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderProgramNameMethodsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProgramNameMethodParameters: programNameMethod ( NXOpen.CAM.InspectionCmmCommandBuilderProgramNameMethods) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ProgramToggle¶
-
InspectionCmmCommandBuilder.ProgramToggle¶ Returns or sets the program mode toggle
-------------------------------------Getter Method
Signature
ProgramToggleReturns: Return type: bool New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProgramToggleParameters: programToggle (bool) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
PromptVar¶
-
InspectionCmmCommandBuilder.PromptVar¶ Returns or sets the prompt variable
-------------------------------------Getter Method
Signature
PromptVarReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderPromptVarsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PromptVarParameters: promptVar ( NXOpen.CAM.InspectionCmmCommandBuilderPromptVars) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
QisvarType¶
-
InspectionCmmCommandBuilder.QisvarType¶ Returns or sets the qis variable type
-------------------------------------Getter Method
Signature
QisvarTypeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderQisvarTypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
QisvarTypeParameters: qisvarType ( NXOpen.CAM.InspectionCmmCommandBuilderQisvarTypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
QisvarValue¶
-
InspectionCmmCommandBuilder.QisvarValue¶ Returns or sets the qis variable value
-------------------------------------Getter Method
Signature
QisvarValueReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
QisvarValueParameters: qisvarValue (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
RevMethod¶
-
InspectionCmmCommandBuilder.RevMethod¶ Returns or sets the revision method
-------------------------------------Getter Method
Signature
RevMethodReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderRevMethodsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RevMethodParameters: revMethod ( NXOpen.CAM.InspectionCmmCommandBuilderRevMethods) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
RevName¶
-
InspectionCmmCommandBuilder.RevName¶ Returns or sets the revision name
-------------------------------------Getter Method
Signature
RevNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RevNameParameters: revName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SaveDmlDidLabel¶
-
InspectionCmmCommandBuilder.SaveDmlDidLabel¶ Returns or sets the save DML DID label
-------------------------------------Getter Method
Signature
SaveDmlDidLabelReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveDmlDidLabelParameters: saveDmlDidLabel (str) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SaveDmlPcsLabel¶
-
InspectionCmmCommandBuilder.SaveDmlPcsLabel¶ Returns or sets the save DML PCS label
-------------------------------------Getter Method
Signature
SaveDmlPcsLabelReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveDmlPcsLabelParameters: savePcsDidLabel (str) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SaveDmlPointData¶
-
InspectionCmmCommandBuilder.SaveDmlPointData¶ Returns or sets the save DML point data
-------------------------------------Getter Method
Signature
SaveDmlPointDataReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveDmlPointDataParameters: saveDmlPointData (bool) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SaveDmlVersion¶
-
InspectionCmmCommandBuilder.SaveDmlVersion¶ Returns or sets the save DML version
-------------------------------------Getter Method
Signature
SaveDmlVersionReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveDmlVersionParameters: saveDmlVersion (str) – New in version NX9.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
SensorName¶
-
InspectionCmmCommandBuilder.SensorName¶ Returns or sets the sensor name
-------------------------------------Getter Method
Signature
SensorNameReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SensorNameParameters: sensorName (str) – New in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
TargetPoint¶
-
InspectionCmmCommandBuilder.TargetPoint¶ Returns or sets the target point
-------------------------------------Getter Method
Signature
TargetPointReturns: Return type: NXOpen.PointNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TargetPointParameters: targetPoint ( NXOpen.Point) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
TemperaturePlaces¶
-
InspectionCmmCommandBuilder.TemperaturePlaces¶ Returns or sets the temperature decimal places
-------------------------------------Getter Method
Signature
TemperaturePlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TemperaturePlacesParameters: temperaturePlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
TemperatureUnits¶
-
InspectionCmmCommandBuilder.TemperatureUnits¶ Returns or sets the temperature units
-------------------------------------Getter Method
Signature
TemperatureUnitsReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderTemperatureUnitsOptionsNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TemperatureUnitsParameters: temperatureUnits ( NXOpen.CAM.InspectionCmmCommandBuilderTemperatureUnitsOptions) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
ToolName¶
-
InspectionCmmCommandBuilder.ToolName¶ Returns or sets the tool name
-------------------------------------Getter Method
Signature
ToolNameReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolNameParameters: toolName (str) – New in version NX8.5.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
UserPrompt¶
-
InspectionCmmCommandBuilder.UserPrompt¶ Returns or sets the user prompt
-------------------------------------Getter Method
Signature
UserPromptReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UserPromptParameters: userPrompt (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
VarName¶
-
InspectionCmmCommandBuilder.VarName¶ Returns or sets the variable name
-------------------------------------Getter Method
Signature
VarNameReturns: Return type: str New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VarNameParameters: varName (str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
VarScope¶
-
InspectionCmmCommandBuilder.VarScope¶ Returns or sets the variable scope
-------------------------------------Getter Method
Signature
VarScopeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderVarScopesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VarScopeParameters: varScope ( NXOpen.CAM.InspectionCmmCommandBuilderVarScopes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
VarType¶
-
InspectionCmmCommandBuilder.VarType¶ Returns or sets the variable type
-------------------------------------Getter Method
Signature
VarTypeReturns: Return type: NXOpen.CAM.InspectionCmmCommandBuilderVarTypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VarTypeParameters: varType ( NXOpen.CAM.InspectionCmmCommandBuilderVarTypes) –New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
VectorPlaces¶
-
InspectionCmmCommandBuilder.VectorPlaces¶ Returns or sets the vector decimal places
-------------------------------------Getter Method
Signature
VectorPlacesReturns: Return type: int New in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VectorPlacesParameters: vectorPlaces (int) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Method Detail¶
GetProgStatements¶
-
InspectionCmmCommandBuilder.GetProgStatements¶ Returns the program statements
Signature
GetProgStatements()Returns: Return type: list of str New in version NX7.0.0.
License requirements: None.
SetProgStatements¶
-
InspectionCmmCommandBuilder.SetProgStatements¶ Sets the program statements
Signature
SetProgStatements(progStatements)Parameters: progStatements (list of str) – New in version NX7.0.0.
License requirements: insp_programming (“INSPECTION PROGRAMMING”)
Validate¶
-
InspectionCmmCommandBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.