Class CurveExtensionBuilder
Inheritance
CurveExtensionBuilder
Assembly: NXOpen.dll
Syntax
public class CurveExtensionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CurveExtensionBuilder()
Declaration
protected CurveExtensionBuilder()
Properties
EndExtensionOption
Declaration
public CurveExtensionBuilder.ExtensionOption EndExtensionOption { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
EndValue
Declaration
public Expression EndValue { get; }
Property Value
IsSymmetric
Declaration
public bool IsSymmetric { get; set; }
Property Value
StartExtensionOption
Declaration
public CurveExtensionBuilder.ExtensionOption StartExtensionOption { get; set; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
StartValue
Declaration
public Expression StartValue { get; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink