Class InspectionCmmCommandBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionCmmCommandBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Type |
Description |
System.Int32 |
|
AngularUnits
Declaration
public InspectionCmmCommandBuilder.AngularUnitsOptions AngularUnits { get; set; }
Property Value
AutoToggle
Declaration
public bool AutoToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CommandType
Declaration
public InspectionCmmCommandBuilder.CommandTypes CommandType { get; set; }
Property Value
DeviceName
Declaration
public string DeviceName { get; set; }
Property Value
Type |
Description |
System.String |
|
DeviceType
Declaration
public InspectionCmmCommandBuilder.DeviceTypeOptions DeviceType { get; set; }
Property Value
DevTolPlaces
Declaration
public int DevTolPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GotoAangle
Declaration
public double GotoAangle { get; set; }
Property Value
Type |
Description |
System.Double |
|
GotoBangle
Declaration
public double GotoBangle { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Int32 |
|
IdName
Declaration
public string IdName { get; set; }
Property Value
Type |
Description |
System.String |
|
IdnameMethod
Declaration
public InspectionCmmCommandBuilder.IdnameMethods IdnameMethod { get; set; }
Property Value
IndexSize
Declaration
public int IndexSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Point IntermediatePoint { get; set; }
Property Value
JumpLabel
Declaration
public string JumpLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
LinearPlaces
Declaration
public int LinearPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LinearUnits
Declaration
public InspectionCmmCommandBuilder.LinearUnitsOptions LinearUnits { get; set; }
Property Value
ManualToggle
Declaration
public bool ManualToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxToggle
Declaration
public bool MaxToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinToggle
Declaration
public bool MinToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MinValue
Declaration
public double MinValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MoveType
Declaration
public InspectionCmmCommandBuilder.MoveTypes MoveType { get; set; }
Property Value
NumChar
Declaration
public int NumChar { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OpName
Declaration
public string OpName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramNameMethod
Declaration
public InspectionCmmCommandBuilder.ProgramNameMethods ProgramNameMethod { get; set; }
Property Value
ProgramToggle
Declaration
public bool ProgramToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.String |
|
RevMethod
Declaration
public InspectionCmmCommandBuilder.RevMethods RevMethod { get; set; }
Property Value
RevName
Declaration
public string RevName { get; set; }
Property Value
Type |
Description |
System.String |
|
SaveDmlDidLabel
Declaration
public string SaveDmlDidLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
SaveDmlPcsLabel
Declaration
public string SaveDmlPcsLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
SaveDmlPointData
Declaration
public bool SaveDmlPointData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SaveDmlVersion
Declaration
public string SaveDmlVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorName
Declaration
public string SensorName { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
TemperaturePlaces
Declaration
public int TemperaturePlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TemperatureUnits
Declaration
public InspectionCmmCommandBuilder.TemperatureUnitsOptions TemperatureUnits { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
Type |
Description |
System.String |
|
UserPrompt
Declaration
public string UserPrompt { get; set; }
Property Value
Type |
Description |
System.String |
|
VarName
Declaration
public string VarName { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Int32 |
|
Methods
GetProgStatements()
Declaration
public string[] GetProgStatements()
Returns
Type |
Description |
System.String[] |
|
SetProgStatements(String[])
Declaration
public void SetProgStatements(string[] progStatements)
Parameters
Type |
Name |
Description |
System.String[] |
progStatements |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink