Class CurveSnapOptionsBuilder
Inheritance
CurveSnapOptionsBuilder
Assembly: NXOpen.dll
Syntax
public class CurveSnapOptionsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CurveSnapOptionsBuilder()
Declaration
protected CurveSnapOptionsBuilder()
Properties
Collinear
Declaration
public bool Collinear { get; set; }
Property Value
OrthogonalAlignment
Declaration
public bool OrthogonalAlignment { get; set; }
Property Value
OrthogonalDirection
Declaration
public bool OrthogonalDirection { get; set; }
Property Value
Parallel
Declaration
public bool Parallel { get; set; }
Property Value
Perpendicular
Declaration
public bool Perpendicular { get; set; }
Property Value
Tangent
Declaration
public bool Tangent { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink