Class ProbeControlParametersBuilder
Inheritance
ProbeControlParametersBuilder
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
Experience
Declaration
public int Experience { get; set; }
Property Value
OutputExperience
Declaration
public bool OutputExperience { get; set; }
Property Value
OutputOvertravel
Declaration
public bool OutputOvertravel { get; set; }
Property Value
OutputPercentFeedback
Declaration
public bool OutputPercentFeedback { get; set; }
Property Value
Declaration
public bool OutputToolOffset { get; set; }
Property Value
OutputWorkOffset
Declaration
public bool OutputWorkOffset { get; set; }
Property Value
Overtravel
Declaration
public double Overtravel { get; set; }
Property Value
PercentFeedback
Declaration
public double PercentFeedback { get; set; }
Property Value
Print
Declaration
public ProbeControlParametersBuilder.PrintType Print { get; set; }
Property Value
Declaration
public int ToolOffset { get; set; }
Property Value
WorkOffset
Declaration
public int WorkOffset { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink