Ubah USD menjadi 3MF melalui C#
Ekspor USD & file 3D lainnya menggunakan .NET Framework, .NET Core, dan Mono
Ekspor USD Scene sebagai 3MF dengan C#
- Muat file USD menggunakan konstruktor dari Tempat kejadian kelas2. Telepon Adegan.Simpan metode
- Berikan nama file keluaran dengan ekstensi .3mf sebagai parameter pertama
- Tentukan nilai bidang
Microsoft3MF
dari Format File kelas
3D Konversi Format API for .NET
Instal dari baris perintah sebagai nuget install Aspose.3d
atau melalui Package Manager Console dari Visual Studio dengan Install-Package Aspose.3D
.
Atau, dapatkan penginstal MSI offline atau DLL dalam file ZIP dari unduhan .
C# Kode untuk USD ke 3MF Konversi
// memuat USD dalam objek Scene
var scene = new Aspose.ThreeD.Scene("template.usd");
// simpan USD sebagai 3MF
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