Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 17,283 for

scene

(1.65 sec)
  1. Convert JT to GLB via Python | products.aspose.com

    Sample code for JT to GLB Python conversion. Use API example code for batch JT files to GLB conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/python-net/conversion/jt...
  2. Convert PLY to USDZ via Python | products.aspos...

    Sample code for PLY to USDZ Python conversion. Use API example code for batch PLY files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/python-net/conversion/pl...
  3. Convert PLY to USD via Python | products.aspose...

    Sample code for PLY to USD Python conversion. Use API example code for batch PLY files to USD conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/python-net/conversion/pl...
  4. Convert GLB to JT via C# | products.aspose.com

    Sample code for GLB to JT C# conversion. Use API example code for batch GLB files to JT conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/net/conversion/glb-to-jt/
  5. Convert USD to USDZ via C# | products.aspose.com

    Sample code for USD to USDZ C# conversion. Use API example code for batch USD files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/net/conversion/usd-to-usdz/
  6. Convert USD to GLB via C# | products.aspose.com

    Sample code for USD to GLB C# conversion. Use API example code for batch USD files to GLB conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/net/conversion/usd-to-glb/
  7. Convert 3MF to JT via Node.js | products.aspose...

    Sample code for 3MF to JT Node.js conversion. Aspose.3D for Node.js via Java is a standalone API that does not require the installation of any other software.Convert batch 3MF files to JT using API sample code....via the fromFile of Scene class Call the Scene.save method with...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/conversion/3...
  8. Convert USDZ to STL in Python

    This quick tutorial explains how to convert USDZ to STL in Python. It highlights the main steps, setup details, and includes a sample code snippet to develop a USDZ to STL converter in Python....creating an instance of the Scene class Invoke the save method...file is imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-usdz-to-stl-in-...
  9. Convert OBJ to GLB in Python

    This short guide demonstrates how to convert OBJ to GLB in Python. It highlights the key steps, setup requirements, and includes a sample code to develop an OBJ to GLB converter in Python....source OBJ file through the Scene class Instantiate the GltfSaveOptions...is first imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-obj-to-glb-in-p...
  10. 分割网格|Documentation

    Aspose.3D for Java API 支持将场景的所有网格拆分为每个材质的多个子网格。SplitMesh方法不会拆分场景的网格 (如果已为其指定了单个材质)。可以使用 Aspose.3D for Java API 来实现。...// Load a 3D file Scene scene = new Scene ( MyDir ); // Split...PolygonModifier . splitMesh ( scene , SplitMeshPolicy . CLONE_DATA...

    docs.aspose.com/3d/zh/java/split-mesh/