Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 17,283 for

scene

(0.27 sec)
  1. Lưu trữ

    Lưu trữ...đầu vào bằng đối tượng lớp Scene . Tạo một đối tượng của lớp...tệp USDZ đầu vào Scene scene = new Scene(); scene.Open("sample.usdz");...

    blog.aspose.com/vi/3d/convert-usdz-to-pdf-csharp/
  2. arkiv

    arkiv...först en instans av klassen Scene för att ladda källfilen USDZ...in USDZ-filen Scene scene = new Scene(); scene.open("Test.usdz");...

    blog.aspose.com/sv/3d/usdz-to-stl-java/
  3. 搜索

    搜索...您需要按照以下步驟將 USDZ 文件轉換為 STL 格式: 創建 Scene 類的實例以加載輸入 USDZ 文件。 初始化 STLSaveOptions...// 加載輸入 USDZ 文件 Scene scene = new Scene(); scene.Open("Test.usdz");...

    blog.aspose.com/zh-hant/3d/usdz-to-stl-csharp/
  4. 搜索

    搜索...您可按照以下步驟將 USDZ 文件轉換為 PDF 文件: 使用 Scene 類對象加載輸入 USDZ 文件。 創建 PdfSaveOptions...// 加載輸入 USDZ 文件 Scene scene = new Scene(); scene.open("sample.usdz");...

    blog.aspose.com/zh-hant/3d/convert-usdz-pdf-java/
  5. 搜索

    搜索...您可以通過以下步驟將 DAE 文件轉換為 OBJ 文件: 使用 Scene 類加載輸入 DAE 文件。 初始化 ObjSaveOptions...文件: // 使用 Scene 類加載輸入 DAE 文件。 Scene scene = new Scene("Sample.dae");...

    blog.aspose.com/zh-hant/3d/convert-dae-to-obj-f...
  6. Arbetar med VRML Format|Documentation

    Aspose.3D for Java tillåter arbete med VRML version 1.0. VRML filformat har lagts till i klassen FileFormat. Aspose.3D kan automatiskt detektera VRML-formatet, så filformatet ignoreras vanligtvis i Öppna metoden....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/sv/java/working-with-vrml-fo...
  7. العمل بصيغة VRML|Documentation

    Aspose.3D for Java يسمح بالعمل مع الإصدار 1.0 VRML. تمت إضافة تنسيق ملف VRML إلى فئة تنسيق الملفات. Aspose.3D يمكنه الكشف تلقائيًا عن تنسيق VRML ، لذلك عادة ما يتم تجاهل تنسيق الملفات في طريقة مفتوحة....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/ar/java/working-with-vrml-fo...
  8. العمل بصيغة VRML|Documentation

    Aspose.3D for .NET يسمح بالعمل مع الإصدار 1.0 VRML. تمت إضافة تنسيق ملف VRML إلى فئة تنسيق الملفات. Aspose. يستطيع 3D اكتشاف التنسيق تلقائيًا ، لذلك يتم تجاهل تنسيق الملف عادةً في طريقة مفتوحة. يوضح مقتطف الشفرة التالي كيفية فتح تنسيق ملف VRML....NET // Create a Scene Scene scene = new Scene (); // Open Virtual...Language (VRML) file format scene . Open ( "test.wrl" ); // Work...

    docs.aspose.com/3d/ar/net/working-with-vrml-for...
  9. Generovat Point Cloud do ASE formátů souborů pr...

    C# zdrojový kód k načtení, vykreslení a přidání generování mračna bodů do ASE dokumentů na .NET Framework, .NET Core, Mono....ASE pomocí konstruktoru třídy Scene- Získat objekt mraku bodů Aspose...metody Merge- Zavolejte metodu Scene.Save s objektem Požadavky na...

    products.aspose.com/3d/cs/net/point-cloud/ase/
  10. Generovat Point Cloud do GLTF formátů souborů p...

    C# zdrojový kód k načtení, vykreslení a přidání generování mračna bodů do GLTF dokumentů na .NET Framework, .NET Core, Mono....GLTF pomocí konstruktoru třídy Scene- Získat objekt mraku bodů Aspose...metody Merge- Zavolejte metodu Scene.Save s objektem Požadavky na...

    products.aspose.com/3d/cs/net/point-cloud/gltf/