Decode
Decode(string, PlyLoadOptions)
Dekodieren Sie eine Punktwolke oder ein Netz aus dem angegebenen Stream.
public Geometry Decode(string fileName, PlyLoadOptions opt = null)
Parameter | Typ | Beschreibung |
---|---|---|
fileName | String | Der Eingabestrom |
opt | PlyLoadOptions | Die Ladeoption des PLY-Formats |
Rückgabewert
EINMesh
oderPointCloud
Beispiel
Siehe auch
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- namensraum Aspose.ThreeD.Formats
- Montage Aspose.3D
Decode(Stream, PlyLoadOptions)
Dekodieren Sie eine Punktwolke oder ein Netz aus dem angegebenen Stream.
public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Der Eingabestrom |
opt | PlyLoadOptions | Die Ladeoption des PLY-Formats |
Rückgabewert
EINMesh
oderPointCloud
Beispiel
Siehe auch
- class Geometry
- class PlyLoadOptions
- class PlyFormat
- namensraum Aspose.ThreeD.Formats
- Montage Aspose.3D