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), })
Draw lines.
lines (list of dict) – The line definitions.
list of Rhino.Geometry.Line
Notes
Schema({
'start': lambda x: len(x) == 3),
'end': lambda x: len(x) == 3),
})
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev