InspectionCmmCommandBuilder Class

class NXOpen.CAM.InspectionCmmCommandBuilder

Bases: NXOpen.CAM.OperationBuilder

Represents 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.

Property Detail

AngularPlaces

InspectionCmmCommandBuilder.AngularPlaces

Returns or sets the angular decimal places

-------------------------------------

Getter Method

Signature AngularPlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AngularPlaces

Parameters: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 AngularUnits

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderAngularUnitsOptions

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AngularUnits

Parameters: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 AutoToggle

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AutoToggle

Parameters: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 CommandType

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderCommandTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature CommandType

Parameters: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 DevTolPlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DevTolPlaces

Parameters: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 DeviceName

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DeviceName

Parameters: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 DeviceType

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderDeviceTypeOptions

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DeviceType

Parameters: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 GotoAangle

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature GotoAangle

Parameters: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 GotoBangle

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature GotoBangle

Parameters: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 HomePtMethod

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderHomePtMethods

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HomePtMethod

Parameters: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 HomePtPoint

Returns:
Return type:NXOpen.Point

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HomePtPoint

Parameters: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 HumidityPlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature HumidityPlaces

Parameters: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 IdName

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdName

Parameters: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 IdnameMethod

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderIdnameMethods

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IdnameMethod

Parameters: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 IndexSize

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IndexSize

Parameters: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 IntermediatePoint

Returns:
Return type:NXOpen.Point

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IntermediatePoint

Parameters: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 JumpLabel

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature JumpLabel

Parameters: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 LinearPlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LinearPlaces

Parameters: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 LinearUnits

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderLinearUnitsOptions

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LinearUnits

Parameters: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 ManualToggle

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ManualToggle

Parameters: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 MaxToggle

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MaxToggle

Parameters: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 MaxValue

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MaxValue

Parameters: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 MinToggle

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinToggle

Parameters: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 MinValue

Returns:
Return type:float

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinValue

Parameters: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 MoveType

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderMoveTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MoveType

Parameters: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 NumChar

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NumChar

Parameters: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 OpName

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OpName

Parameters: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 ProgramName

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ProgramName

Parameters: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 ProgramNameMethod

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderProgramNameMethods

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ProgramNameMethod

Parameters: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 ProgramToggle

Returns:
Return type:bool

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ProgramToggle

Parameters: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 PromptVar

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderPromptVars

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PromptVar

Parameters: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 QisvarType

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderQisvarTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature QisvarType

Parameters: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 QisvarValue

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature QisvarValue

Parameters: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 RevMethod

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderRevMethods

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RevMethod

Parameters: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 RevName

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RevName

Parameters: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 SaveDmlDidLabel

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SaveDmlDidLabel

Parameters: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 SaveDmlPcsLabel

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SaveDmlPcsLabel

Parameters: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 SaveDmlPointData

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SaveDmlPointData

Parameters: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 SaveDmlVersion

Returns:
Return type:str

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SaveDmlVersion

Parameters: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 SensorName

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature SensorName

Parameters: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 TargetPoint

Returns:
Return type:NXOpen.Point

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TargetPoint

Parameters: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 TemperaturePlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TemperaturePlaces

Parameters: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 TemperatureUnits

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderTemperatureUnitsOptions

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TemperatureUnits

Parameters: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 ToolName

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ToolName

Parameters: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 UserPrompt

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature UserPrompt

Parameters: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 VarName

Returns:
Return type:str

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VarName

Parameters: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 VarScope

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderVarScopes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VarScope

Parameters: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 VarType

Returns:
Return type:NXOpen.CAM.InspectionCmmCommandBuilderVarTypes

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VarType

Parameters: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 VectorPlaces

Returns:
Return type:int

New in version NX7.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature VectorPlaces

Parameters: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.