Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 17,283 for

scene

(0.13 sec)
  1. 通過 .NET 從 3MF 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 3MF 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 3MF 文件- 創建 zip 文件格式對像作為輸出文件格式-...= "template.3mf" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

    products.aspose.com/3d/zh-hant/net/extractor/3mf/
  2. 通過 .NET 從 DXF 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 DXF 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 DXF 文件- 創建 zip 文件格式對像作為輸出文件格式-...= "template.dxf" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

    products.aspose.com/3d/zh-hant/net/extractor/dxf/
  3. .NET를 통해 AMF 파일 형식에서 자산 추출 | products.aspose.com

    C# 소스 코드를 사용하여 .NET Framework, .NET Core, Mono의 AMF 문서에서 자산 추출을 로드, 렌더링 및 추가합니다.... Scene 클래스의 생성자를 통해 AMF 파일 로드- zip...= "template.amf" ; Scene scene = new Scene(file); //출력은 압축 파일...

    products.aspose.com/3d/ko/net/extractor/amf/
  4. .NET를 통해 GLTF 파일 형식에서 자산 추출 | products.aspose.com

    C# 소스 코드를 사용하여 .NET Framework, .NET Core, Mono의 GLTF 문서에서 자산 추출을 로드, 렌더링 및 추가합니다.... Scene 클래스의 생성자를 통해 GLTF 파일 로드- zip..."template.gltf" ; Scene scene = new Scene(file); //출력은 압축 파일...

    products.aspose.com/3d/ko/net/extractor/gltf/
  5. Trích xuất Nội dung từ USD Định dạng Tệp qua .N...

    C# mã nguồn để tải, hiển thị và thêm trích xuất nội dung từ USD tài liệu trên .NET Framework, .NET Core, Mono....tệp USD qua hàm tạo của lớp Scene- Tạo đối tượng định dạng tệp...= "template.usd" ; Scene scene = new Scene(file); //Đầu ra ở định...

    products.aspose.com/3d/vi/net/extractor/usd/
  6. Trích xuất Nội dung từ GLTF Định dạng Tệp qua ....

    C# mã nguồn để tải, hiển thị và thêm trích xuất nội dung từ GLTF tài liệu trên .NET Framework, .NET Core, Mono....tệp GLTF qua hàm tạo của lớp Scene- Tạo đối tượng định dạng tệp..."template.gltf" ; Scene scene = new Scene(file); //Đầu ra ở định...

    products.aspose.com/3d/vi/net/extractor/gltf/
  7. Trích xuất Nội dung từ Định dạng Tệp X qua .NET...

    C# mã nguồn để tải, hiển thị và thêm trích xuất nội dung từ tài liệu X trên .NET Framework, .NET Core, Mono....phương thức khởi tạo của lớp Scene- Tạo đối tượng định dạng tệp...file = "template.x" ; Scene scene = new Scene(file); //Đầu ra ở định...

    products.aspose.com/3d/vi/net/extractor/x/
  8. Archiwa

    Archiwa...instancję klasy Scene Scene scene = new Scene(); // Załaduj wejściowy...wejściowy plik GLB scene.Open("C:\\Files\\Sample.glb"); // Zainicjuj...

    blog.aspose.com/pl/3d/glb-to-obj/
  9. Manipular propiedades personalizadas de una esc...

    Los desarrolladores pueden agregar, recuperar y eliminar propiedades personalizadas de objetos 3D. RemoveProperty, GetProperty, SetProperty miembros de 3D objetos son un conjunto de métodos de mano corta para manipular las propiedades personalizadas del objeto....initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/es/python-net/manipulate-cus...
  10. Travailler avec VRML Format|Documentation

    Aspose.3D for Node.js via Java permet de travailler avec VRML version 1.0. Le format de fichier VRML a été ajouté à la classe FileFormat. Aspose.3D peut détecter automatiquement le format VRML, donc FileFormat est généralement ignoré dans la méthode Open....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); Travailler...

    docs.aspose.com/3d/fr/nodejs-java/working-with-...