Class CurveExtensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CurveExtensionBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.GeometricUtilities
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
Type | Description |
---|---|
CurveExtensionBuilder.ExtensionOption |
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
EndValue
Declaration
public Expression EndValue { get; }
Property Value
Type | Description |
---|---|
Expression |
IsSymmetric
Declaration
public bool IsSymmetric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartExtensionOption
Declaration
public CurveExtensionBuilder.ExtensionOption StartExtensionOption { get; set; }
Property Value
Type | Description |
---|---|
CurveExtensionBuilder.ExtensionOption |
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
StartValue
Declaration
public Expression StartValue { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink