PointCloud.FromGeometry

FromGeometry(Geometry)

Create a new PointCloud instance from a geometry object

public static PointCloud FromGeometry(Geometry g)
ParameterTypeDescription
gGeometry

See Also


FromGeometry(Geometry, int)

Create a new point cloud instance from a geometry object. Density is the number of points per unit triangle(Unit triangle are the triangle with maximum surface area from the mesh)

public static PointCloud FromGeometry(Geometry g, int density)
ParameterTypeDescription
gGeometryMesh or other geometry instance
densityInt32Number of points per unit triangle

See Also