decode method
Contents
[
Hide
]decode
Decode a point cloud or mesh from the specified stream.
Returns
A Mesh
or PointCloud
instance
def decode(self, file_name):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The input stream |
decode
Decode a point cloud or mesh from the specified stream.
Returns
A Mesh
or PointCloud
instance
def decode(self, stream):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The input stream |
decode
Decode a point cloud or mesh from the specified stream.
Returns
A Mesh
or PointCloud
instance
def decode(self, file_name, opt):
...
Parameter | Type | Description |
---|---|---|
file_name | str | The input stream |
opt | PlyLoadOptions | The load option of PLY format |
decode
Decode a point cloud or mesh from the specified stream.
Returns
A Mesh
or PointCloud
instance
def decode(self, stream, opt):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | The input stream |
opt | PlyLoadOptions | The load option of PLY format |
See Also
- module
aspose.threed.formats
- class
Geometry
- class
Mesh
- class
PlyFormat
- class
PointCloud