StartTangent Property

Specifies the start tangent for the spline.

See Also | Example

Signature

object.StartTangent

object

Spline
The object or objects this property applies to.

StartTangent

Variant (three-element array of doubles); read-write
A 3D vector representing the start tangent for 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?