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ètre Taper La description
fileName String Le flux d’entrée
opt PlyLoadOptions L’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ètre Taper La description
stream Stream Le flux d’entrée
opt PlyLoadOptions L’option de chargement du format PLY

Return_Value

UNMesh ouPointCloud exemple

Voir également