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

9703a037 8036 cab2 272d 64ebf827b238

haplokuon edited this page May 6, 2023 · 1 revision

StartTangent Property

netDxf 3.0.0 Library

Gets or sets the spline curve start tangent.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector3? StartTangent { get; set; }

VB

Public Property StartTangent As Vector3?
	Get
	Set

C++

public:
property Nullable<Vector3> StartTangent {
	Nullable<Vector3> get ();
	void set (Nullable<Vector3> value);
}

F#

member StartTangent : 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