Network.from_pointcloud
- classmethod Network.from_pointcloud(cloud, degree=3)[source]
Construct a network from random connections between the points of a pointcloud.
- Parameters:
- cloud
compas.geometry.Pointcloud
A pointcloud object.
- degreeint, optional
The number of connections per node.
- cloud
- Returns:
compas.datastructures.Network
A network object.
See also