NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAM.InspectionCmmCommandBuilder Class Reference

Represents a CMM Inspection miscellaneous command builder. More...

Inheritance diagram for NXOpen.CAM.InspectionCmmCommandBuilder:
NXOpen.CAM.OperationBuilder NXOpen.CAM.ParamBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AngularUnitsOptions { DecimalDegrees, Radians, DegreesMinutesSeconds }
 Angular units specifications More...
 
enum  CommandTypes {
  EnterStatement, MeasurementMode, DefineHomePoint, MoveMachine,
  OutputDecimalPlaces, DeclareVariable, QISVariable, PromptforInput,
  ProgramLabel, JumptoLabel, ProgramHeader, SensorSelect,
  Device, SaveDml
}
 The type of CMM command to be entered More...
 
enum  DeviceTypeOptions {
  Stor, Term, Print, Comm,
  Incr
}
 Device Type specifications More...
 
enum  HomePtMethods { MachineZero, UserSpecifiedPoint }
 The method used to specify the home point More...
 
enum  IdnameMethods { CurrentPartName, UserSpecified }
 Naming method More...
 
enum  LinearUnitsOptions {
  PartUnits, Millimeters, Centimeters, Meters,
  Inches, Feet
}
 Linear units specifications More...
 
enum  MoveTypes { LinearMove, ArcMove, HomeLocation, Linear5axis }
 The type of move More...
 
enum  ProgramNameMethods { CurrentPartName, UserSpecified }
 Program name More...
 
enum  PromptVars { Null }
 User prompt variable More...
 
enum  QisvarTypes { Null }
 QIS variable type More...
 
enum  RevMethods { CurrentPartRevision, UserSpecified }
 Revision method More...
 
enum  TemperatureUnitsOptions { Fahrenheit, Centigrade }
 Temperature units specifications More...
 
enum  VarScopes { Global, Common, Local }
 Sets variable scope More...
 
enum  VarTypes {
  Boolean, Integer, Long, Real,
  Double, Character, Vector
}
 Variable type More...
 
- Public Types inherited from NXOpen.CAM.OperationBuilder
enum  HoleAxisTypes { Vector, Rule, RuleIfNoVector }
 Available types for Hole Axis Type in feature milling and hole making More...
 
enum  HoleDepthTypes { Point, Rule }
 Available types for Hole Depth Type in feature milling and hole making More...
 
enum  OptimizationBasedOnTypes { Dist, Orient }
 Available types for optimization based on in operation More...
 
enum  OptimizationDistanceTypes { Direct, Transition }
 Available types for optimization distance method in operation More...
 
enum  OptimizationLevelTypes { Standard, Advanced }
 Available types for optimization level in operation More...
 
- Public Types inherited from NXOpen.CAM.ParamBuilder
enum  OptimizationTypes { None, MinimizeTravel, Band }
 Available types for Optimization Method in operation More...
 

Public Member Functions

unsafe string[] GetProgStatements ()
 Returns the program statements More...
 
unsafe void SetProgStatements (string[] progStatements)
 Sets the program statements More...
 
- Public Member Functions inherited from NXOpen.CAM.OperationBuilder
unsafe double[] GetHoleAxisValues ()
 Get the Hole Axis values More...
 
unsafe void SetHoleAxisValues (double[] holeAxis)
 Set the Hole Axis values More...
 
- Public Member Functions inherited from NXOpen.CAM.ParamBuilder
unsafe NXOpen.TaggedObject GetCustomizableItemBuilder (string name)
 Returns the customizable item builder for the given customizable item name More...
 
unsafe string[] GetCustomizableItemNames ()
 Returns the names for all customizable item ids More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int AngularPlaces [get, set]
 Returns or sets the angular decimal places More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.AngularUnitsOptions 
AngularUnits [get, set]
 Returns or sets the angular units More...
 
unsafe bool AutoToggle [get, set]
 Returns or sets the auto mode toggle More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.CommandTypes 
CommandType [get, set]
 Returns or sets the command type More...
 
unsafe string DeviceName [get, set]
 Returns or sets the device name More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.DeviceTypeOptions 
DeviceType [get, set]
 Returns or sets the device type More...
 
unsafe int DevTolPlaces [get, set]
 Returns or sets the deviation and tolerance decimal places More...
 
unsafe double GotoAangle [get, set]
 Returns or sets the goto A angle More...
 
unsafe double GotoBangle [get, set]
 Returns or sets the goto B angle More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.HomePtMethods 
HomePtMethod [get, set]
 Returns or sets the home point method More...
 
unsafe NXOpen.Point HomePtPoint [get, set]
 Returns or sets the home point location More...
 
unsafe int HumidityPlaces [get, set]
 Returns or sets the humidity decimal places More...
 
unsafe string IdName [get, set]
 Returns or sets the ID name More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.IdnameMethods 
IdnameMethod [get, set]
 Returns or sets the ID name method More...
 
unsafe int IndexSize [get, set]
 Returns or sets the index size More...
 
unsafe NXOpen.Point IntermediatePoint [get, set]
 Returns or sets the intermediate point More...
 
unsafe string JumpLabel [get, set]
 Returns or sets the program jump label More...
 
unsafe int LinearPlaces [get, set]
 Returns or sets the linear decimal places More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.LinearUnitsOptions 
LinearUnits [get, set]
 Returns or sets the linear units More...
 
unsafe bool ManualToggle [get, set]
 Returns or sets the manual mode toggle More...
 
unsafe bool MaxToggle [get, set]
 Returns or sets the max toggle More...
 
unsafe double MaxValue [get, set]
 Returns or sets the max value More...
 
unsafe bool MinToggle [get, set]
 Returns or sets the min toggle More...
 
unsafe double MinValue [get, set]
 Returns or sets the min value More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.MoveTypes 
MoveType [get, set]
 Returns or sets the move type More...
 
unsafe int NumChar [get, set]
 Returns or sets the number of characters More...
 
unsafe string OpName [get, set]
 Returns or sets the command operation name More...
 
unsafe string ProgramName [get, set]
 Returns or sets the program name More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.ProgramNameMethods 
ProgramNameMethod [get, set]
 Returns or sets the program name method More...
 
unsafe bool ProgramToggle [get, set]
 Returns or sets the program mode toggle More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.PromptVars 
PromptVar [get, set]
 Returns or sets the prompt variable More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.QisvarTypes 
QisvarType [get, set]
 Returns or sets the qis variable type More...
 
unsafe string QisvarValue [get, set]
 Returns or sets the qis variable value More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.RevMethods 
RevMethod [get, set]
 Returns or sets the revision method More...
 
unsafe string RevName [get, set]
 Returns or sets the revision name More...
 
unsafe string SaveDmlDidLabel [get, set]
 Returns or sets the save DML DID label More...
 
unsafe string SaveDmlPcsLabel [get, set]
 Returns or sets the save DML PCS label More...
 
unsafe bool SaveDmlPointData [get, set]
 Returns or sets the save DML point data More...
 
unsafe string SaveDmlVersion [get, set]
 Returns or sets the save DML version More...
 
unsafe string SensorName [get, set]
 Returns or sets the sensor name More...
 
unsafe NXOpen.Point TargetPoint [get, set]
 Returns or sets the target point More...
 
unsafe int TemperaturePlaces [get, set]
 Returns or sets the temperature decimal places More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.TemperatureUnitsOptions 
TemperatureUnits [get, set]
 Returns or sets the temperature units More...
 
unsafe string ToolName [get, set]
 Returns or sets the tool name More...
 
unsafe string UserPrompt [get, set]
 Returns or sets the user prompt More...
 
unsafe string VarName [get, set]
 Returns or sets the variable name More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.VarScopes 
VarScope [get, set]
 Returns or sets the variable scope More...
 
unsafe
NXOpen.CAM.InspectionCmmCommandBuilder.VarTypes 
VarType [get, set]
 Returns or sets the variable type More...
 
unsafe int VectorPlaces [get, set]
 Returns or sets the vector decimal places More...
 
- Properties inherited from NXOpen.CAM.OperationBuilder
unsafe string ChannelName [get, set]
 Returns or sets the channel's name More...
 
unsafe string Description [get, set]
 Returns or sets the description More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
EndOfPath [get]
 Returns the end event builder More...
 
unsafe NXOpen.CAM.UdeSet EndUdeSet [get]
 Returns the end ude set More...
 
unsafe NXOpen.CAM.GeometryCiBuilder Geometry [get]
 Returns the geometry builder More...
 
unsafe bool GougeChecking [get, set]
 Returns or sets the gouge checking flag More...
 
unsafe
NXOpen.CAM.OperationBuilder.HoleAxisTypes 
HoleAxisType [get, set]
 Returns or sets the Hole Axis Type More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
HoleDepth [get]
 Returns the max depth distance builder More...
 
unsafe
NXOpen.CAM.OperationBuilder.HoleDepthTypes 
HoleDepthType [get, set]
 Returns or sets the Hole Depth Type More...
 
unsafe NXOpen.CAM.LayoutCiBuilder LayoutAndLayer [get]
 Returns the Layer and Layout More...
 
unsafe
NXOpen.CAM.ArcOutputTypeCiBuilder 
MotionOutputBuilder [get]
 Returns the motion output builder More...
 
unsafe NXOpen.CAM.Notes Notes [get]
 Returns the notes builder More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationBasedOnTypes 
OptimizationBasedOn [get, set]
 Returns or sets the optimization based on in operation More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationDistanceTypes 
OptimizationDistanceMethod [get, set]
 Returns or sets the optimization distance method in operation More...
 
unsafe
NXOpen.CAM.OperationBuilder.OptimizationLevelTypes 
OptimizationLevel [get, set]
 Returns or sets the optimization level in operation More...
 
unsafe
NXOpen.CAM.OperationDisplayOptionsBuilder 
PathDisplayOptions [get]
 Returns the path display options builder More...
 
unsafe string PostToolPathExit [get, set]
 Returns or sets the environment variable that points to the post tool path generation library which has the exit More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDistance [get]
 Returns the Retract Distance builder (inheritable double) More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
RetractDistanceOnToolAxisChange [get]
 Returns the Retract Distance on Tool Axis Change builder (inheritable double) More...
 
unsafe
NXOpen.CAM.InheritableDoubleBuilder 
SafeClearance [get]
 Returns the safe clearance builder More...
 
unsafe bool SelectToolFlag [get, set]
 Returns or sets the user selected tool More...
 
unsafe
NXOpen.CAM.PostEventsCiBuilder 
StartOfPath [get]
 Returns the start event builder More...
 
unsafe NXOpen.CAM.UdeSet StartUdeSet [get]
 Returns the start ude set More...
 
unsafe
NXOpen.CAM.ToolChangeCiBuilder 
ToolChangeSetting [get]
 Returns the tool change builder More...
 
unsafe
NXOpen.CAM.ToolPathEditorBuilder 
ToolPathEditor [get]
 Returns the Tool Path Editor Builder More...
 
unsafe
NXOpen.CAM.ToolPathSplitParametersBuilder 
ToolPathSplitParametersBuilder [get]
 Returns the tool path split Parameters More...
 
- Properties inherited from NXOpen.CAM.ParamBuilder
unsafe NXOpen.CAM.Ude CycleEvent [get]
 Returns the cycle event More...
 
unsafe NXOpen.CAM.Cycle CycleTable [get]
 Returns the cycle More...
 
unsafe
NXOpen.CAM.ParamBuilder.OptimizationTypes 
OptimizationMethod [get, set]
 Returns or sets the optim method More...
 
unsafe NXOpen.CAM.NCGroup TargetPocket [get, set]
 Returns or sets the target pocket More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a CMM Inspection miscellaneous command builder.

To create a new instance of this class, use NXOpen.CAM.InspectionOperationCollection.CreateInspectionCmmCommandBuilder

Created in NX7.0.0

Member Enumeration Documentation

Angular units specifications

Enumerator
DecimalDegrees 

Use decimal degrees

Radians 

Use radians

DegreesMinutesSeconds 

Use Degrees:Minutes:Seconds

The type of CMM command to be entered

Enumerator
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

Device Type specifications

Enumerator
Stor 

Use STOR

Term 

Use TERM

Print 

Use Print

Comm 

Use Comm

Incr 

Use Incr

The method used to specify the home point

Enumerator
MachineZero 

Use the Machine zero point as the home point

UserSpecifiedPoint 

Use a user specified point as the home point

Naming method

Enumerator
CurrentPartName 

Use current part name for ID

UserSpecified 

Use user specified name for ID

Linear units specifications

Enumerator
PartUnits 

Use part units

Millimeters 

Use millimeters

Centimeters 

Use centimeters

Meters 

Use meters

Inches 

Use inches

Feet 

Use feat

The type of move

Enumerator
LinearMove 

Specifies a linear move

ArcMove 

Specifies an arc move

HomeLocation 

Specifies a move to the home location

Linear5axis 

Specifies a linear 5 axis move

Program name

Enumerator
CurrentPartName 

Use current part name for program name

UserSpecified 

Use user specified name for program name

User prompt variable

Enumerator
Null 

Specifies a NULL prompt

QIS variable type

Enumerator
Null 

Specifies a NULL QIS variable

Revision method

Enumerator
CurrentPartRevision 

Use current part revision

UserSpecified 

Use user specified revision

Temperature units specifications

Enumerator
Fahrenheit 

Use fahrenheit

Centigrade 

Use Centigrade

Sets variable scope

Enumerator
Global 

Variable has global scope

Common 

Variable has common scope

Local 

Variable has local scope

Variable type

Enumerator
Boolean 

Specifies a boolean variable

Integer 

Specifies an integer variable

Long 

Specifies a long integer variable

Real 

Specifies a real variable

Double 

Specifies a double variable

Character 

Specifies a character variable

Vector 

Specifies a vector variable

Member Function Documentation

unsafe string [] NXOpen.CAM.InspectionCmmCommandBuilder.GetProgStatements ( )
inline

Returns the program statements

Created in NX7.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAM.InspectionCmmCommandBuilder.SetProgStatements ( string[]  progStatements)
inline

Sets the program statements

Created in NX7.0.0

License requirements: insp_programming ("INSPECTION PROGRAMMING")

Parameters
progStatements

Property Documentation

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.AngularPlaces
getset

Returns or sets the angular decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.AngularUnitsOptions NXOpen.CAM.InspectionCmmCommandBuilder.AngularUnits
getset

Returns or sets the angular units

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.AutoToggle
getset

Returns or sets the auto mode toggle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.CommandTypes NXOpen.CAM.InspectionCmmCommandBuilder.CommandType
getset

Returns or sets the command type

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.DeviceName
getset

Returns or sets the device name

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.DeviceTypeOptions NXOpen.CAM.InspectionCmmCommandBuilder.DeviceType
getset

Returns or sets the device type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.DevTolPlaces
getset

Returns or sets the deviation and tolerance decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionCmmCommandBuilder.GotoAangle
getset

Returns or sets the goto A angle

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionCmmCommandBuilder.GotoBangle
getset

Returns or sets the goto B angle

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.HomePtMethods NXOpen.CAM.InspectionCmmCommandBuilder.HomePtMethod
getset

Returns or sets the home point method

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Point NXOpen.CAM.InspectionCmmCommandBuilder.HomePtPoint
getset

Returns or sets the home point location

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.HumidityPlaces
getset

Returns or sets the humidity decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.IdName
getset

Returns or sets the ID name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.IdnameMethods NXOpen.CAM.InspectionCmmCommandBuilder.IdnameMethod
getset

Returns or sets the ID name method

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.IndexSize
getset

Returns or sets the index size

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Point NXOpen.CAM.InspectionCmmCommandBuilder.IntermediatePoint
getset

Returns or sets the intermediate point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.JumpLabel
getset

Returns or sets the program jump label

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.LinearPlaces
getset

Returns or sets the linear decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.LinearUnitsOptions NXOpen.CAM.InspectionCmmCommandBuilder.LinearUnits
getset

Returns or sets the linear units

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.ManualToggle
getset

Returns or sets the manual mode toggle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.MaxToggle
getset

Returns or sets the max toggle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionCmmCommandBuilder.MaxValue
getset

Returns or sets the max value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.MinToggle
getset

Returns or sets the min toggle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe double NXOpen.CAM.InspectionCmmCommandBuilder.MinValue
getset

Returns or sets the min value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.MoveTypes NXOpen.CAM.InspectionCmmCommandBuilder.MoveType
getset

Returns or sets the move type

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.NumChar
getset

Returns or sets the number of characters

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.OpName
getset

Returns or sets the command operation name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.ProgramName
getset

Returns or sets the program name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.ProgramNameMethods NXOpen.CAM.InspectionCmmCommandBuilder.ProgramNameMethod
getset

Returns or sets the program name method

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.ProgramToggle
getset

Returns or sets the program mode toggle

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.PromptVars NXOpen.CAM.InspectionCmmCommandBuilder.PromptVar
getset

Returns or sets the prompt variable

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.QisvarTypes NXOpen.CAM.InspectionCmmCommandBuilder.QisvarType
getset

Returns or sets the qis variable type

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.QisvarValue
getset

Returns or sets the qis variable value

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.RevMethods NXOpen.CAM.InspectionCmmCommandBuilder.RevMethod
getset

Returns or sets the revision method

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.RevName
getset

Returns or sets the revision name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.SaveDmlDidLabel
getset

Returns or sets the save DML DID label

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.SaveDmlPcsLabel
getset

Returns or sets the save DML PCS label

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.CAM.InspectionCmmCommandBuilder.SaveDmlPointData
getset

Returns or sets the save DML point data

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.SaveDmlVersion
getset

Returns or sets the save DML version

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.SensorName
getset

Returns or sets the sensor name

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Point NXOpen.CAM.InspectionCmmCommandBuilder.TargetPoint
getset

Returns or sets the target point

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.TemperaturePlaces
getset

Returns or sets the temperature decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.TemperatureUnitsOptions NXOpen.CAM.InspectionCmmCommandBuilder.TemperatureUnits
getset

Returns or sets the temperature units

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.ToolName
getset

Returns or sets the tool name

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.UserPrompt
getset

Returns or sets the user prompt

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe string NXOpen.CAM.InspectionCmmCommandBuilder.VarName
getset

Returns or sets the variable name

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.VarScopes NXOpen.CAM.InspectionCmmCommandBuilder.VarScope
getset

Returns or sets the variable scope

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.CAM.InspectionCmmCommandBuilder.VarTypes NXOpen.CAM.InspectionCmmCommandBuilder.VarType
getset

Returns or sets the variable type

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")

unsafe int NXOpen.CAM.InspectionCmmCommandBuilder.VectorPlaces
getset

Returns or sets the vector decimal places

Created in NX7.0.0

License requirements to get this property: None.

License requirements to set this property: insp_programming ("INSPECTION PROGRAMMING")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.