INurbsCurveEntity
public interface INurbsCurveEntity : ICurveEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
The degree of the curve
Whether the NurbsCurve is periodic or not
Whether the NurbsCurve is rational or not. This defines whether any of the weights are not 1.0.
Get the control points of the NurbsCurve. These are the points that the curve interpolates.
double[] Knots()
The knots of the Curve. These, along with the Degree, define the domain of the Curve where a particular control vertex acts.
double[] Weights()
The weights of the control vertices of the curve. These define the magnitude of influence of the control vertices.