This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
c04791b0 9408 2821 2d16 24554e7bc9d7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines how the spline entity was created.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum SplineCreationMethod
VB
Public Enumeration SplineCreationMethod
C++
public enum class SplineCreationMethod
F#
type SplineCreationMethod
FitPoints | 0 | Creates a degree 3 (cubic) B-spline by specifying fit points that the spline must pass through. |
ControlPoints | 1 | Creates a spline by specifying control points. |