P_Rhino_Geometry_Curve_TangentAtEnd - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.TangentAtEnd Property

Evaluate unit tangent vector at the end of the curve.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Vector3d TangentAtEnd { get; }

VB

Public ReadOnly Property TangentAtEnd As Vector3d
	Get

Return Value

Type: Vector3d
Unit tangent vector of the curve at the end point.

Remarks

No error handling.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️