network_embed_in_plane
- compas.datastructures.network_embed_in_plane(network, fixed=None, straightline=True)[source]
- Embed the network in the plane. - Parameters
- network (Network) – A network object. 
- fixed (list (None)) – Two fixed points. 
- straightline (bool (True)) – Embed using straight lines. 
 
- Returns
- bool – True if the embedding was successful. False otherwise. 
- Raises
- ImportError – If NetworkX is not installed. 
 - Examples - >>>