Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 16,571 for

scene

(0.25 sec)
  1. Save 3D Meshes in Custom Binary Format|Document...

    Using Aspose.3D for .NET API, developers can open any supported 3D file, and then write meshes in the custom binary file....the RootNode member in the Scene class allows to visit each sub...convert meshes only. Export Scene to Compressed AMF Format...

    docs.aspose.com/3d/net/save-3d-meshes-in-custom...
  2. Save 3D Meshes in Custom Binary Format|Document...

    Aspose.3D for Java API has support to open any supported 3D document, and then write meshes in the binary file....the RootNode member in the Scene class allows to visit each sub...convert meshes only. Create Scene with Primitive 3D Shapes...

    docs.aspose.com/3d/java/save-3d-meshes-in-custo...
  3. IFC Property Support|Documentation

    This documentation page demonstrates how to read properties from an IFC file using Aspose.3D for .NET....ThreeD ; var scene = Scene . FromFile ( "sample.ifc"...e.g., a wall var wallNode = scene . RootNode . Children . FirstOrDefault...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  4. Convert USD to PDF via Python | products.aspose...

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as PDF with C# Load USD file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  5. Draw 3D Sphere in Java

    This short guide explains how to draw 3D sphere in Java. It walks through the ordered workflow, required setup details, and provides a runnable code sample to create a sphere 3D drawing in Java....by creating an object of the Scene class Instantiate the Sphere...available. Then, initialize a 3D scene and define a sphere using the...

    kb.aspose.com/3d/java/draw-3d-sphere-in-java/
  6. Convert OBJ to USDZ in C#

    This quick guide offers a walkthrough to convert OBJ to USDZ in C#. It outlines the essential steps, prerequisites, and a working code snippet to build an OBJ to USDZ converter in C#....file using the Scene class Parse the loaded scene with the Open...file is loaded through the Scene class, which identifies the...

    kb.aspose.com/3d/net/convert-obj-to-usdz-in-csh...
  7. Convert USDZ to STL in C#

    This quick guide explains how to convert USDZ to STL in C#. It covers the ordered steps, setup prerequisites, and a working code snippet to build a USDZ to STL converter in C#....constructor of the Scene class Access the imported scene with the Open...imports the USDZ file using the Scene class that can detect the file...

    kb.aspose.com/3d/net/convert-usdz-to-stl-in-csh...
  8. 通過 .NET 從 FBX 文件格式中提取資產 | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/extractor/fbx/
  9. 通過 .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/
  10. View STL File Formats via .NET | products.aspos...

    C# source code to load, render and display STL documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/net/viewer/stl/