draw_points
- compas_ghpython.utilities.draw_points(points)[source]
Draw points.
- Parameters
points (list of dict) – The point definitions.
- Returns
list[Rhino.Geometry.Point3d]
Notes
Schema({ 'pos': lambda x: len(x) == 3) })
Draw points.
points (list of dict) – The point definitions.
list[Rhino.Geometry.Point3d]
Notes
Schema({
'pos': lambda x: len(x) == 3)
})
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev