RhinoCommon API
GetPointEnableCurveSnapTangentBar Method |
Controls display of the curve snap tangent bar icon.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

public void EnableCurveSnapTangentBar( bool drawTangentBarAtSnapPoint, bool drawEndPoints )
Public Sub EnableCurveSnapTangentBar ( drawTangentBarAtSnapPoint As Boolean, drawEndPoints As Boolean )
Parameters
- drawTangentBarAtSnapPoint
- Type: SystemBoolean
true to draw a tangent bar icon whenever GetPoint snaps to a curve. - drawEndPoints
- Type: SystemBoolean
true to draw points at the end of the tangent bar.

The tangent bar is drawn by GetPoint::DynamicDraw. If you override GetPoint::DynamicDraw,
then you must call the base class function.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14