PointCloud.FromGeometry
FromGeometry(Geometry)
Create a new PointCloud instance from a geometry object
public static PointCloud FromGeometry(Geometry g)
Parameter | Type | Description |
---|---|---|
g | Geometry |
See Also
- class Geometry
- class PointCloud
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
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)
Parameter | Type | Description |
---|---|---|
g | Geometry | Mesh or other geometry instance |
density | Int32 | Number of points per unit triangle |
See Also
- class Geometry
- class PointCloud
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D