PointCloudCreateFromMesh Method |
Creates a point cloud from a mesh.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.29
Syntaxpublic static PointCloud CreateFromMesh(
Mesh mesh
)
Public Shared Function CreateFromMesh (
mesh As Mesh
) As PointCloud
Parameters
- mesh
- Type: Rhino.GeometryMesh
Mesh to copy vertices, vertex normals, and colors.
Return Value
Type:
PointCloudA point cloud if successful, otherwise null.
See Also