Pointcloud.from_bounds

classmethod Pointcloud.from_bounds(x, y, z, n)

Construct a point cloud within a given box.

Parameters

n (int) – The number of points in the cloud.

Returns

compas.geometry.Pointcloud

Examples

>>>