Class Spline
Inheritance
System.Object
System.MarshalByRefObject
Spline
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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
Assembly: NXOpen.dll
Syntax
public class Spline : Curve, IMessageSink, IFitTo, ICurve, IBaseCurve, IProfile, INXObject
Constructors
Spline()
Declaration
protected Spline()
Properties
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Periodic
Declaration
public bool Periodic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PoleCount
Declaration
public int PoleCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rational
Declaration
public bool Rational { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Get3DPoles()
Declaration
public Point3d[] Get3DPoles()
Returns
Type | Description |
---|---|
Point3d[] |
GetKnots()
Declaration
public double[] GetKnots()
Returns
Type | Description |
---|---|
System.Double[] |
GetPoles()
Declaration
public Point4d[] GetPoles()
Returns
Type | Description |
---|---|
Point4d[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink