Class ProbeControlParametersBuilder
Inheritance
System.Object
System.MarshalByRefObject
ProbeControlParametersBuilder
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)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class ProbeControlParametersBuilder : TaggedObject, IMessageSink
Constructors
ProbeControlParametersBuilder()
Declaration
protected ProbeControlParametersBuilder()
Properties
Adjustment
Declaration
public ProbeControlParametersBuilder.AdjustmentTypes Adjustment { get; set; }
Property Value
Type | Description |
---|---|
ProbeControlParametersBuilder.AdjustmentTypes |
Experience
Declaration
public int Experience { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OutputExperience
Declaration
public bool OutputExperience { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputOvertravel
Declaration
public bool OutputOvertravel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputPercentFeedback
Declaration
public bool OutputPercentFeedback { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputToolOffset
Declaration
public bool OutputToolOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OutputWorkOffset
Declaration
public bool OutputWorkOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overtravel
Declaration
public double Overtravel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PercentFeedback
Declaration
public double PercentFeedback { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Declaration
public ProbeControlParametersBuilder.PrintType Print { get; set; }
Property Value
Type | Description |
---|---|
ProbeControlParametersBuilder.PrintType |
ToolOffset
Declaration
public int ToolOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkOffset
Declaration
public int WorkOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink