Decode
Decode(string, PlyLoadOptions)
Decodeer een puntenwolk of mesh uit de gespecificeerde stream.
public Geometry Decode(string fileName, PlyLoadOptions opt = null)
| Parameter | Type | Beschrijving |
|---|---|---|
| fileName | String | De invoerstroom |
| opt | PlyLoadOptions | De laadoptie van het PLY-formaat |
Winstwaarde
AMesh ofPointCloud voorbeeld
Zie ook
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D
Decode(Stream, PlyLoadOptions)
Decodeer een puntenwolk of mesh uit de gespecificeerde stream.
public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | Stream | De invoerstroom |
| opt | PlyLoadOptions | De laadoptie van het PLY-formaat |
Winstwaarde
AMesh ofPointCloud voorbeeld
Zie ook
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D