Chuyển đổi USDZ sang JT qua C#
Xuất các tệp USDZ và 3D khác bằng cách sử dụng .NET Framework, .NET Core và Mono
Xuất USDZ Cảnh dưới dạng JT với C#
- Tải tệp USDZ bằng cách sử dụng hàm tạo của Bối cảnh lớp2. Gọi Scene.Save phương pháp
- Chuyển tên tệp đầu ra có phần mở rộng .jt làm tham số đầu tiên
- Chỉ định giá trị trường
SiemensJT9
từ FileFormat lớp
3D Chuyển đổi Định dạng API for .NET
Cài đặt từ dòng lệnh dưới dạng nuget install Aspose.3d '' 'hoặc qua Bảng điều khiển Trình quản lý Gói của Visual Studio với
Gói cài đặt Aspose.3D’ ‘.
Ngoài ra, tải trình cài đặt MSI ngoại tuyến hoặc DLL trong tệp ZIP từ tải xuống .
C# Mã cho Chuyển đổi USDZ sang JT
// tải USDZ trong một đối tượng của Scene
var scene = new Aspose.ThreeD.Scene("template.usdz");
// lưu USDZ dưới dạng JT
scene.Save("output.jt", Aspose.ThreeD.FileFormat.SiemensJT9);
Other Conversion Options
USDZ What is USDZ File Format?
A file with .usdz is an uncompressed and unencrypetd ZIP archive for the USD (Universal Scene Description) file format that contains and proxies for files of other formats (such as textures, and animations) embedded within the archive and runs them directly with the USD run-time without any need of unpacking. USDZ files are packages whose design is based on the new Ar-level abstraction of a package. Usdz was registered with IANA and has media type name of model and a subtype name of vnd.usd+zip and its details can be found as on IANA registration page.
Read MoreJT What is JT File Format?
JT (Jupiter Tessellation) is an efficient, industry-focused and flexible ISO-standardized 3D data format developed by Siemens PLM Software. Mechanical CAD domains of Aerospace, automotive industry, and Heavy Equipment use JT as their most leading 3D visualization format.
Read More