draw_points
-
compas_ghpython.utilities.
draw_points
(points)[source] Draw points.
- Parameters
points (list of dict) – The point definitions.
- Returns
list of
Rhino.Geometry.Point3d
Notes
Schema({ 'pos': lambda x: len(x) == 3) })
compas_ghpython.utilities.
draw_points
(points)[source]Draw points.
points (list of dict) – The point definitions.
list of Rhino.Geometry.Point3d
Notes
Schema({
'pos': lambda x: len(x) == 3)
})