USD konvertálása 3MF-re a következőn keresztül: C#
Exportáljon USD és egyéb 3D fájlokat a .NET Framework, a .NET Core és a Mono használatával
A(z) USD jelenet exportálása 3MF néven a(z) C# használatával
- USD fájl betöltése a konstruktor használatával Színhely osztály2. Hívjon Jelenet.Mentés módszer
- Adja meg a kimeneti fájl nevét .3mf kiterjesztéssel első paraméterként
- Adja meg a “Microsoft3MF” mező értékét innen Fájlformátum osztály
3D Formátumkonverzió API for .NET
Telepítés parancssorból nuget install Aspose.3d
néven, vagy a Visual Studio Package Manager konzolján keresztül az Install-Package Aspose.3D
paraméterrel.
Alternatív megoldásként letöltheti az offline MSI telepítőt vagy a DLL-eket egy ZIP fájlban innen letöltések .
C# Kód a(z) USD – 3MF konverzióhoz
// töltse be a(z) USD elemet a jelenet egyik objektumába
var scene = new Aspose.ThreeD.Scene("template.usd");
// USD mentése 3MF-ként
scene.Save("output.3mf", Aspose.ThreeD.FileFormat.Microsoft3MF);
Other Conversion Options
USD What is USD File Format?
A file with .usd extension is a Universal Scene Description file format that encodes data for the purpose of data interchanging and augmenting between digital content creation applications. Developed by Pixar, USD provides the ability to interchange elemental assets (such as models) or animation.
Read More3MF What is 3MF File Format?
3MF, 3D Manufacturing Format, is used by applications to render 3D object models to a variety of other applications, platforms, services and printers. It was built to avoid the limitations and issues in other 3D file formats, like STL, for working with the latest versions of 3D printers. 3MF is relatively a new file format that has been developed and published by the 3MF consortium. It is rich enough to fully describe a model, retaining internal information, colour, and other characteristics that makes it extensible for supporting new innovations in 3D printing. The format is extensible, able to be broadly adopted and free of issues besetting other widely used file formats.
Read More