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)
})