NurbCurve2dFitDataFitPoints Property
|
Property that represents fit points of a
curve.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2dCollection FitPoints { get; }
Public ReadOnly Property FitPoints As Point2dCollection
Get
public:
property Point2dCollection^ FitPoints {
Point2dCollection^ get ();
}
member FitPoints : Point2dCollection with get
Property Value
Point2dCollection
See Also