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 414
79a79989 a8be 1eb7 2be8 f8c920abb112
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the spline curve end tangent.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3? EndTangent { get; set; }
VB
Public Property EndTangent As Vector3?
Get
Set
C++
public:
property Nullable<Vector3> EndTangent {
Nullable<Vector3> get ();
void set (Nullable<Vector3> value);
}
F#
member EndTangent : Nullable<Vector3> with get, set
Nullable(Vector3)
Only applicable to splines created with fit points.