draw_network
-
compas_ghpython.utilities.
draw_network
(network)[source] Draw a network in Grasshopper.
- Parameters
network (
compas.datastructures.Network
)- Returns
tuple – A list of
Rhino.Geometry.Point3d
. A list ofRhino.Geometry.Line
.
compas_ghpython.utilities.
draw_network
(network)[source]Draw a network in Grasshopper.
network (compas.datastructures.Network
)
tuple – A list of Rhino.Geometry.Point3d
.
A list of Rhino.Geometry.Line
.