Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 25,679 for

scene

(0.05 sec)
  1. Generate Point Cloud to STL File Formats via Ja...

    Sample Java generate point cloud code for STL file. Use this example code to generate point cloud to STL file within any Web or Desktop Java based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/point-cloud/stl/
  2. Aspose.3D for Java 18.11 - November 2018|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....val ); Sample Code: Scene scene = new Scene ( "test.fbx" ); FBXSaveOptions...setEnableCompression ( false ); scene . save ( "test.fbx" , opts );...

    docs.aspose.com/3d/java/aspose-3d-for-java-18-1...
  3. Aspose.3D for .NET 17.10 - October 2017|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....can import it directly with Scene class constructor without explicitly...the FileFormat. C# Scene scene = new Scene ( "sphere_logo.3mf"...

    docs.aspose.com/3d/net/aspose-3d-for-net-17-10-...
  4. Aspose.3D for .NET 22.2发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 示例代码: var scene = new Scene (); scene . Open ( $"test.obj"...Add ( "common/textures" ); scene . Save ( "test.pdf" , opt );...

    docs.aspose.com/3d/zh/net/aspose-3d-for-net-22-...
  5. Convert USD to JT via Python | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as JT 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...
  6. sceneobject - Aspose.3D for Java - API Reference

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...RvmSaveOptions SaveOptions Scene SceneObject ShaderMaterial ShaderProgram...AnimationClip , Entity , Node , Scene public abstract class SceneObject...

    reference.aspose.com/3d/java/com.aspose.threed/...
  7. Convert ASE to USDZ via Python | products.aspos...

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

    products.aspose.com/3d/python-net/conversion/as...
  8. RvmFormat | Aspose.3D for .NET API Reference

    RvmFormat Contents [ Hide ] RvmFormat class The RVM Format public class RvmFormat : FileFormat Properties Name Descri......3D supports export scene to current file format. CanImport...whether Aspose.3D supports import scene from current file format. ContentType...

    reference.aspose.com/3d/net/aspose.threed.forma...
  9. Aspose.3D for Java 20.7发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....create a scene from the swept area solid var scene = new Scene ( sas...); //and save it to obj file scene . save ( "test.obj" , FileFormat...

    docs.aspose.com/3d/zh/java/aspose-3d-for-java-2...
  10. Convert ASE to GLB via C# | products.aspose.com

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

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