Decode
Decode(string)
Decodeer de puntenwolk of mesh van opgegeven bestandsnaam
public Geometry Decode(string fileName)
Parameter | Type | Beschrijving |
---|---|---|
fileName | String | De bestandsnaam bevat het drc-bestand |
Winstwaarde
AMesh
ofPointCloud
instantie is afhankelijk van de bestandsinhoud
Zie ook
- class Geometry
- class DracoFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D
Decode(byte[])
Decodeer de puntenwolk of mesh uit geheugengegevens
public Geometry Decode(byte[] data)
Parameter | Type | Beschrijving |
---|---|---|
data | Byte[] | De onbewerkte drc-bytes |
Winstwaarde
AMesh
ofPointCloud
bijvoorbeeld afhankelijk van de inhoud
Zie ook
- class Geometry
- class DracoFormat
- naamruimte Aspose.ThreeD.Formats
- montage Aspose.3D