InspectionCmmCommandBuilderCommandTypes Enumeration

NXOpen.CAM.InspectionCmmCommandBuilder.CommandTypes is an alias for NXOpen.CAM.InspectionCmmCommandBuilderCommandTypes

class NXOpen.CAM.InspectionCmmCommandBuilderCommandTypes

Bases: object

The type of CMM command to be entered

Enum Members

Enum Member Enum Member Description
EnterStatement
Enter any CMM statement
MeasurementMode
Enter a statement to set the measurement mode
DefineHomePoint
Enter a statement defining the home point
MoveMachine
Enter a statement to move the machine
OutputDecimalPlaces
Enter a statement defining the number of decimal places for output
DeclareVariable
Enter a statement declaring a variable
QISVariable
Enter a statement declaring a QIS variable
PromptforInput
Enter a statement prompting the user for input
ProgramLabel
Enter a program label statement
JumptoLabel
Enter a jump to label statement
ProgramHeader
Enter a program header statement
SensorSelect
Enter a statement defining a sensor selection statement
Device
Enter a statement defining a device statement
SaveDml
Enter a statement defining a Save DML statement
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.