decode method
decode
Decode the point cloud or mesh from specified file name
Returns
A Mesh or PointCloud instance depends on the file content
def decode(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | The file name contains the drc file |
decode
Decode the point cloud or mesh from memory data
Returns
A Mesh or PointCloud instance depends on the content
def decode(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | bytes | The raw drc bytes |
See Also
- module
aspose.threed.formats - class
DracoFormat - class
Geometry - class
Mesh - class
PointCloud