draw_lines
-
compas_ghpython.utilities.
draw_lines
(lines)[source] Draw lines.
- Parameters
lines (list of dict) – The line definitions.
- Returns
list of
Rhino.Geometry.Line
Notes
Schema({ 'start': lambda x: len(x) == 3), 'end': lambda x: len(x) == 3), })