GetPointEnableCurveSnapPerpBar Method |
Controls display of the curve snap perpendicular bar icon.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also