NurbCurve3dDefinitionData Property
|
Property that represents a nurb curve
definition data including degree, control points, knots, weights
and information about whether the spline is rational and whether it
is periodic.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public NurbCurve3dData DefinitionData { get; }
Public ReadOnly Property DefinitionData As NurbCurve3dData
Get
public:
property NurbCurve3dData DefinitionData {
NurbCurve3dData get ();
}
member DefinitionData : NurbCurve3dData with get
Property Value
NurbCurve3dData
See Also