Decode
Contents
[
Hide
]
DracoFormat.Decode method (1 of 2)
Decode the point cloud or mesh from specified file name
public Geometry Decode(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | The file name contains the drc file |
Return Value
A Mesh
or PointCloud
instance depends on the file content
See Also
- class Geometry
- class DracoFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D
DracoFormat.Decode method (2 of 2)
Decode the point cloud or mesh from memory data
public Geometry Decode(byte[] data)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The raw drc bytes |
Return Value
A Mesh
or PointCloud
instance depends on the content
See Also
- class Geometry
- class DracoFormat
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D