Decode

Decode(string, PlyLoadOptions)

Décode un nuage de points ou un maillage à partir du flux spécifié.

public Geometry Decode(string fileName, PlyLoadOptions opt = null)
ParamètreTaperLa description
fileNameStringLe flux d’entrée
optPlyLoadOptionsL’option de chargement du format PLY

Return_Value

UNMesh ouPointCloud exemple

Voir également


Decode(Stream, PlyLoadOptions)

Décode un nuage de points ou un maillage à partir du flux spécifié.

public Geometry Decode(Stream stream, PlyLoadOptions opt = null)
ParamètreTaperLa description
streamStreamLe flux d’entrée
optPlyLoadOptionsL’option de chargement du format PLY

Return_Value

UNMesh ouPointCloud exemple

Voir également