Click or drag to resize

SplineEndTangent Property

Gets or sets the spline curve end tangent.

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

Property Value

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