Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

79a79989 a8be 1eb7 2be8 f8c920abb112

haplokuon edited this page May 6, 2023 · 1 revision

EndTangent Property

netDxf 3.0.0 Library

Gets or sets the spline curve end tangent.

Definition

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

Property Value

Nullable(Vector3)

Remarks

Only applicable to splines created with fit points.

See Also

Reference

Spline Class
netDxf.Entities Namespace

Clone this wiki locally