Description:
Controls display of the curve snap tangent bar icon.
Syntax:
public Void EnableCurveSnapTangentBar(
Boolean drawTangentBarAtSnapPoint,
Boolean drawEndPoints
)
Boolean drawTangentBarAtSnapPoint,
Boolean drawEndPoints
)
Parameters:
- drawTangentBarAtSnapPoint
- Type: System.Boolean
- True to draw a tangent bar icon whenever GetPoint snaps to a curve.
- drawEndPoints
- Type: System.Boolean
- True to draw points at the end of the tangent bar.
Returns:
Type: Void
Remarks:
The tangent bar is drawn by GetPoint::DynamicDraw. If you override GetPoint::DynamicDraw, then you must call the base class function.
Available since:
5.0