GetCurveUseStartTangent Property |
When true, an interpolated curve starts tangent to StartTangent. Default is false.
Ignored on a closed curve unless Sharp is true, and ignored while SubDFriendly is true.
The getter offers its StartTangent option to the user only at degree 3 with SubDFriendly off;
a tangent set here still applies at any degree.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool UseStartTangent { get; set; }Public Property UseStartTangent As Boolean
Get
Set
Property Value
Type:
Boolean
See Also