Mesh.edge_sample
- Mesh.edge_sample(size=1)[source]
A random sample of the edges.
- Parameters:
- sizeint, optional
The number of edges in the random sample.
- Returns:
- list[tuple[int, int]]
The identifiers of the edges.
See also
Site Navigation
A random sample of the edges.
The number of edges in the random sample.
The identifiers of the edges.
See also