Περιηγηθείτε στα Προϊόντα μας Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Ενσωματώστε υφές σε αρχεία μορφής U3D και PDF. Δημιουργήστε αρχείο 3D PDF με ενσωματωμένα αρχεία υφής.
var scene = new Scene(); scene.Open($"test.obj"); var opt = new PdfSaveOptions(); //embed the external textures in the output PDF file. opt.EmbedTextures = true; //Look up external textures in the common/textures directory opt.LookupPaths.Add("common/textures"); scene.Save("test.pdf", opt);
Ορίστε το σε true για να δημιουργήσετε τρισδιάστατο αρχείο U3D με ενσωματωμένα αρχεία υφής.
var scene = new Scene(); scene.Open($"test.obj"); var opt = new U3dSaveOptions(); //embed the external textures in the output PDF file. opt.EmbedTextures = true; //Look up external textures in the common/textures directory opt.LookupPaths.Add("common/textures"); scene.Save("test.u3d", opt);
Δυνατότητα πρόσβασης σε πρόσθετα και επεκτάσεις στο αρχείο μορφής «GLTF».
Να επιτρέπεται η κωδικοποίηση της σκηνής και των μεταδεδομένων του κόμβου σε USD.
USD
Επιτρέψτε την αποκωδικοποίηση της σκηνής και των μεταδεδομένων του κόμβου από το “USD”.
Για μια πλήρη λίστα λειτουργιών, βελτιώσεων και διορθώσεων σφαλμάτων σε αυτήν την έκδοση, επισκεφτείτε τη διεύθυνση Aspose.3D for .NET 22.2 Release Notes.