Spline Constructor (IEnumerableVector3)
|
Initializes a new instance of the Spline class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Spline(
IEnumerable<Vector3> fitPoints
)
Public Sub New (
fitPoints As IEnumerable(Of Vector3)
)
public:
Spline(
IEnumerable<Vector3>^ fitPoints
)
new :
fitPoints : IEnumerable<Vector3> -> Spline
CONSTRUCTOR(
fitPoints AS IEnumerable<Vector3>
)
Parameters
- fitPoints
- Type: System.Collections.GenericIEnumerableVector3
Spline fit points.
Remarks Spline entities created with a list of fit points cannot be used as a boundary path in a hatch.
See Also