API Documentation#

random_surface_points(mesh[, n, weights])

Generate random points on surface.

random_surface_dataset(mesh[, n, weights])

Generate random points on surface with sampled data.

random_volume_points(mesh[, n, weights])

Generate random points in a volume.

random_volume_dataset(mesh[, n, weights])

Generate random points in a volume with sampled data.

random_line_points(mesh[, n, weights])

Generate random points on lines.

random_line_dataset(mesh[, n, weights])

Generate random points on lines with sampled data.

random_vertex_points(mesh[, n, weights])

Generate random points from vertices.

random_vertex_dataset(mesh[, n, weights])

Generate random points on vertices with sampled data.