from_geometry method
from_geometry
Create a new PointCloud instance from a geometry object
Returns
def from_geometry(self, g):
...
Parameter | Type | Description |
---|---|---|
g | Geometry |
from_geometry
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)
Returns
def from_geometry(self, g, density):
...
Parameter | Type | Description |
---|---|---|
g | Geometry | Mesh or other geometry instance |
density | int | Number of points per unit triangle |
See Also
- module
aspose.threed.entities
- class
PointCloud