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