EndTangent Property |
Specifies the end tangent of the spline as a directional vector.
Signature
object.EndTangent
object
Spline
The object or objects this property applies to.
EndTangent
Variant (three-element array of doubles);
read-write
A directional vector representing the end tangent of the
spline.
Remarks
When a spline is elevated, it is converted from an interpolated (fit) spline to a control point spline. This means that after elevation, the spline no longer has fit tangents and the StartTangent and EndTangent properties for the spline are no longer accessible. The only way to edit a control point spline is through the ControlPoints property, or the SetControlPoint or GetControlPoint methods.
Comments? |