netDxf icon indicating copy to clipboard operation
netDxf copied to clipboard

Why Spline uses control points and fit points constructors are internal

Open sueastward opened this issue 1 year ago • 1 comments

https://github.com/haplokuon/netDxf/blob/7bff33a70f4e306652ab888827b36f3c5cf47ed7/netDxf/Entities/Spline.cs#L234 I derived the spline class and cannot initialize both the control points and the fitted points at the same time.

sueastward avatar Jul 28 '22 09:07 sueastward

You cannot initialize a Spline with fit points and control points, they are mutually exclusive.

haplokuon avatar Jul 29 '22 15:07 haplokuon