CustomDisplayAddLine Method (Line) |
Adds a new, black line to the display list.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void AddLine(
Line line
)
Public Sub AddLine (
line As Line
)
Parameters
- line
- Type: Rhino.GeometryLine
Line to add.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also