Click or drag to resize

SplineStartTangent Property

Gets or sets the spline curve start tangent.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector3? StartTangent { get; set; }

Property Value

Type: NullableVector3
Remarks
Only applicable to splines created with fit points.
See Also