Class TurnAvoidanceClearanceBuilder
Inheritance
TurnAvoidanceClearanceBuilder
Assembly: NXOpen.dll
Syntax
public class TurnAvoidanceClearanceBuilder : TaggedObject, IMessageSink
Constructors
TurnAvoidanceClearanceBuilder()
Declaration
protected TurnAvoidanceClearanceBuilder()
Properties
AxialPlaneMode
Declaration
public TurnAvoidanceClearanceBuilder.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 TurnAvoidanceClearanceBuilder.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