CurveTangentAtEnd Property |
Evaluate unit tangent vector at the end of the curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Vector3d TangentAtEnd { get; }Public ReadOnly Property TangentAtEnd As Vector3d
Get
Return Value
Type:
Vector3dUnit tangent vector of the curve at the end point.
RemarksNo error handling.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also