Class InspectionCmmCommandBuilder
Inheritance
InspectionCmmCommandBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionCmmCommandBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionCmmCommandBuilder()
Declaration
protected InspectionCmmCommandBuilder()
Properties
AngularPlaces
Declaration
public int AngularPlaces { get; set; }
Property Value
AngularUnits
Declaration
public InspectionCmmCommandBuilder.AngularUnitsOptions AngularUnits { get; set; }
Property Value
AutoToggle
Declaration
public bool AutoToggle { get; set; }
Property Value
CommandType
Declaration
public InspectionCmmCommandBuilder.CommandTypes CommandType { get; set; }
Property Value
DevTolPlaces
Declaration
public int DevTolPlaces { get; set; }
Property Value
DeviceName
Declaration
public string DeviceName { get; set; }
Property Value
DeviceType
Declaration
public InspectionCmmCommandBuilder.DeviceTypeOptions DeviceType { get; set; }
Property Value
GotoAangle
Declaration
public double GotoAangle { get; set; }
Property Value
GotoBangle
Declaration
public double GotoBangle { get; set; }
Property Value
HomePtMethod
Declaration
public InspectionCmmCommandBuilder.HomePtMethods HomePtMethod { get; set; }
Property Value
HomePtPoint
Declaration
public Point HomePtPoint { get; set; }
Property Value
HumidityPlaces
Declaration
public int HumidityPlaces { get; set; }
Property Value
IdName
Declaration
public string IdName { get; set; }
Property Value
IdnameMethod
Declaration
public InspectionCmmCommandBuilder.IdnameMethods IdnameMethod { get; set; }
Property Value
IndexSize
Declaration
public int IndexSize { get; set; }
Property Value
Declaration
public Point IntermediatePoint { get; set; }
Property Value
JumpLabel
Declaration
public string JumpLabel { get; set; }
Property Value
LinearPlaces
Declaration
public int LinearPlaces { get; set; }
Property Value
LinearUnits
Declaration
public InspectionCmmCommandBuilder.LinearUnitsOptions LinearUnits { get; set; }
Property Value
ManualToggle
Declaration
public bool ManualToggle { get; set; }
Property Value
MaxToggle
Declaration
public bool MaxToggle { get; set; }
Property Value
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
MinToggle
Declaration
public bool MinToggle { get; set; }
Property Value
MinValue
Declaration
public double MinValue { get; set; }
Property Value
MoveType
Declaration
public InspectionCmmCommandBuilder.MoveTypes MoveType { get; set; }
Property Value
NumChar
Declaration
public int NumChar { get; set; }
Property Value
OpName
Declaration
public string OpName { get; set; }
Property Value
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
ProgramNameMethod
Declaration
public InspectionCmmCommandBuilder.ProgramNameMethods ProgramNameMethod { get; set; }
Property Value
ProgramToggle
Declaration
public bool ProgramToggle { get; set; }
Property Value
PromptVar
Declaration
public InspectionCmmCommandBuilder.PromptVars PromptVar { get; set; }
Property Value
QisvarType
Declaration
public InspectionCmmCommandBuilder.QisvarTypes QisvarType { get; set; }
Property Value
QisvarValue
Declaration
public string QisvarValue { get; set; }
Property Value
RevMethod
Declaration
public InspectionCmmCommandBuilder.RevMethods RevMethod { get; set; }
Property Value
RevName
Declaration
public string RevName { get; set; }
Property Value
SaveDmlDidLabel
Declaration
public string SaveDmlDidLabel { get; set; }
Property Value
SaveDmlPcsLabel
Declaration
public string SaveDmlPcsLabel { get; set; }
Property Value
SaveDmlPointData
Declaration
public bool SaveDmlPointData { get; set; }
Property Value
SaveDmlVersion
Declaration
public string SaveDmlVersion { get; set; }
Property Value
SensorName
Declaration
public string SensorName { get; set; }
Property Value
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
TemperaturePlaces
Declaration
public int TemperaturePlaces { get; set; }
Property Value
TemperatureUnits
Declaration
public InspectionCmmCommandBuilder.TemperatureUnitsOptions TemperatureUnits { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
UserPrompt
Declaration
public string UserPrompt { get; set; }
Property Value
VarName
Declaration
public string VarName { get; set; }
Property Value
VarScope
Declaration
public InspectionCmmCommandBuilder.VarScopes VarScope { get; set; }
Property Value
VarType
Declaration
public InspectionCmmCommandBuilder.VarTypes VarType { get; set; }
Property Value
VectorPlaces
Declaration
public int VectorPlaces { get; set; }
Property Value
Methods
GetProgStatements()
Declaration
public string[] GetProgStatements()
Returns
SetProgStatements(string[])
Declaration
public void SetProgStatements(string[] progStatements)
Parameters
Type |
Name |
Description |
string[] |
progStatements |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink