ACadSharp.Entities.Spline - DomCR/ACadSharp GitHub Wiki

Spline Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

public class Spline

Properties

Returns Name Summary
List1` ControlPoints Number of control points (in WCS)
Double ControlPointTolerance Control-point tolerance
Int32 Degree Degree of the spline curve
XYZ EndTangent End tangent—may be omitted in WCS
List1` FitPoints Number of fit points (in WCS)
Double FitTolerance Fit tolerance
SplineFlags Flags Spline flags
List1` Knots Number of knots
Double KnotTolerance Knot tolerance
XYZ Normal Specifies the three-dimensional normal unit vector for the object.
String ObjectName
ObjectType ObjectType
XYZ StartTangent Start tangent—may be omitted in WCS
String SubclassMarker
List1` Weights Weight(if not 1); with multiple group pairs, they are present if all are not 1
⚠️ **GitHub.com Fallback** ⚠️