Class TurnProbeClearanceBuilder
Inheritance
TurnProbeClearanceBuilder
Assembly: NXOpen.dll
Syntax
public class TurnProbeClearanceBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
TurnProbeClearanceBuilder()
Declaration
protected TurnProbeClearanceBuilder()
Properties
AxialPlaneMode
Declaration
public TurnProbeClearanceBuilder.AxialPlaneModes AxialPlaneMode { get; set; }
Property Value
AxialPlanePoint
Declaration
public Point AxialPlanePoint { get; set; }
Property Value
AxialPlaneValue
Declaration
public double AxialPlaneValue { get; set; }
Property Value
RadialPlaneMode
Declaration
public TurnProbeClearanceBuilder.RadialPlaneModes RadialPlaneMode { get; set; }
Property Value
RadialPlanePoint
Declaration
public Point RadialPlanePoint { get; set; }
Property Value
RadialPlaneValue
Declaration
public double RadialPlaneValue { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink