RhinoCommon API
GetPointEnableCurveSnapPerpBar Method |
Controls display of the curve snap perpendicular bar icon.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void EnableCurveSnapPerpBar( bool drawPerpBarAtSnapPoint, bool drawEndPoints )
Public Sub EnableCurveSnapPerpBar ( drawPerpBarAtSnapPoint As Boolean, drawEndPoints As Boolean )
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.
