Click or drag to resize

GetPointEnableCurveSnapPerpBar Method

Controls display of the curve snap perpendicular bar icon.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableCurveSnapPerpBar(
	bool drawPerpBarAtSnapPoint,
	bool drawEndPoints
)

Parameters

drawPerpBarAtSnapPoint
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.
See Also