GetPoint.EnableCurveSnapTangentBar Method

GetPointEnableCurveSnapTangentBar Method

Controls display of the curve snap tangent bar icon.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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.
Remarks
The tangent bar is drawn by GetPoint::DynamicDraw. If you override GetPoint::DynamicDraw, then you must call the base class function.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also