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

scene

(0.07 sec)
  1. Extract Assets from STL File Formats via .NET |...

    C# source code to load, render and add extract assets from STL documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.stl" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/stl/
  2. Extract Assets from U3D File Formats via .NET |...

    C# source code to load, render and add extract assets from U3D documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.u3d" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/u3d/
  3. Convert GLB to USDZ via Java | products.aspose.com

    Sample Java conversion code for GLB format to USDZ file. Use this example code to convert GLB to USDZ within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/glb-to-u...
  4. 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...
  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. 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...
  9. Compress USD File Formats via JAVA | products.a...

    Sample Java compression code for USD file. Use this example code to compress USD file within any Web or Desktop Java based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/java/compression/usd/
  10. Convert ASE to JT via C# | products.aspose.com

    Sample code for ASE to JT C# conversion. Use API example code for batch ASE 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...extension is an Autodesk ASCII Scene Export file format that is an...

    products.aspose.com/3d/net/conversion/ase-to-jt/