Sort Score
Result 10 results
Languages All
Labels All
Results 5,451 - 5,460 of 17,284 for

scene

(0.45 sec)
  1. 搜索

    搜索...您可以按照下列步驟將 STL 文件轉換為 USDZ: 使用 Scene 類對象加載輸入 STL 文件。 創建 UsdSaveOptions...USDZ 文件: // 初始化場景類對象 Scene scene = new Scene(); // 使用 Open 方法加載輸入...

    blog.aspose.com/zh-hant/3d/convert-stl-to-usdz-...
  2. ค้นหา

    ค้นหา...USDZ อินพุตโดยใช้วัตถุคลาส Scene สร้างวัตถุของคลาส PdfSaveOptions...โหลดไฟล์ USDZ อินพุต Scene scene = new Scene(); scene.Open("sample.usdz");...

    blog.aspose.com/th/3d/convert-usdz-to-pdf-csharp/
  3. Archivio

    Archivio...DAE di input con la classe Scene . Istanziare un oggetto della...input con la classe Scene. Scene scene = new Scene("Sample.dae");...

    blog.aspose.com/it/3d/convert-dae-to-obj-java/
  4. أرشيف

    أرشيف...التالية: قم بإنشاء كائن من فئة Scene لتحميل ملف USDZ للإدخال. حدد...ملف USDZ للإدخال Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/ar/3d/convert-usdz-to-fbx-java/
  5. arkiv

    arkiv...Skapa en instans av klassen Scene för att ladda indatafilen USDZ...in USDZ-filen Scene scene = new Scene(); scene.Open("Test.usdz");...

    blog.aspose.com/sv/3d/usdz-to-stl-csharp/
  6. Arşiv

    Arşiv...USDZ dosyasını yüklemek için Scene sınıfından bir nesne oluşturun...dosyasını yükleyin Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/tr/3d/convert-usdz-to-fbx-java/
  7. Arşiv

    Arşiv...OBJ dosyasını yüklemek için Scene sınıfının bir örneğini oluşturun...dönüştürüleceğini açıklamaktadır: // Scene sınıfını kullanarak giriş OBJ...

    blog.aspose.com/tr/3d/convert-obj-usdz-java/
  8. Archiv

    Archiv...vstupní soubor DAE s třídou Scene . Vytvořte instanci objektu...soubor DAE s třídou Scene. Scene scene = new Scene("Sample.dae");...

    blog.aspose.com/cs/3d/convert-dae-to-obj-java/
  9. Chuyển đổi USDZ sang HTML qua C# | products.asp...

    Chuyển đổi USDZ và các tệp 3D khác bằng cách sử dụng .NET API... Gọi Scene.Save phương pháp Chuyển tên...tượng của Scene var scene = new Aspose.ThreeD.Scene( "template...

    products.aspose.com/3d/vi/net/conversion/usdz-t...
  10. Enregistrer 3D Scène sous HTML dans C#|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....// Initialize 3D scene var scene = new Scene (); // Create a child...child node var node = scene . RootNode . CreateChildNode ( new...

    docs.aspose.com/3d/fr/net/save-3d-scene-as-html/