Class Spline
Inheritance
Spline
Inherited Members
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 |
---|---|
int |
Periodic
Declaration
public bool Periodic { get; }
Property Value
Type | Description |
---|---|
bool |
PoleCount
Declaration
public int PoleCount { get; }
Property Value
Type | Description |
---|---|
int |
Rational
Declaration
public bool Rational { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Get3DPoles()
Declaration
public Point3d[] Get3DPoles()
Returns
Type | Description |
---|---|
Point3d[] |
GetDefiningPoints()
Declaration
public Point3d[] GetDefiningPoints()
Returns
Type | Description |
---|---|
Point3d[] |
GetKnots()
Declaration
public double[] GetKnots()
Returns
Type | Description |
---|---|
double[] |
GetPoles()
Declaration
public Point4d[] GetPoles()
Returns
Type | Description |
---|---|
Point4d[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink