Decode

Decode(string, PlyLoadOptions)

Decodeer een puntenwolk of mesh uit de gespecificeerde stream.

public Geometry Decode(string fileName, PlyLoadOptions opt = null)
ParameterTypeBeschrijving
fileNameStringDe invoerstroom
optPlyLoadOptionsDe laadoptie van het PLY-formaat

Winstwaarde

AMesh ofPointCloud voorbeeld

Zie ook


Decode(Stream, PlyLoadOptions)

Decodeer een puntenwolk of mesh uit de gespecificeerde stream.

public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
ParameterTypeBeschrijving
streamStreamDe invoerstroom
optPlyLoadOptionsDe laadoptie van het PLY-formaat

Winstwaarde

AMesh ofPointCloud voorbeeld

Zie ook