Click or drag to resize

PointCloudCreateFromMesh Method

Creates a point cloud from a mesh.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.29
Syntax
public static PointCloud CreateFromMesh(
	Mesh mesh
)

Parameters

mesh
Type: Rhino.GeometryMesh
Mesh to copy vertices, vertex normals, and colors.

Return Value

Type: PointCloud
A point cloud if successful, otherwise null.
See Also