Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,177 for

scene

(0.24 sec)
  1. 将 3D 场景另存为 HTML|Documentation

    Aspose.3D for Java 提供 ** HtmlSaveOptions ** 类,用于将 3D 场景另存为 HTML。...// Initialize a scene Scene scene = new Scene (); // Initialize...Initialize a node Node node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/save-3d-scene-as-html/
  2. Installation|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....3d" ); var scene = new aspose . threed . Scene (); var box =...new aspose . threed . Box (); scene . getRootNode () . createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/installation/
  3. Working with Cylinder|Documentation

    Aspose.3D for Python via .NET allows customizing Offset Top of a cylinder. In order to use this functionality, you can use Offset property of Cylinder class....threed import FileFormat , Scene from aspose.threed.entities...3D-for-.NET # Create a scene scene = Scene () # Initialize cylinder...

    docs.aspose.com/3d/python-net/working-with-cyli...
  4. Node.js via Java 3D Formats Conversion | produc...

    Convert 3D formats amf 3ds amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x with few lines of Node.js code via Java library....geometric shapes, create a 3D scene file, set up normals or UV on...source 3D file using Scene class . As scene is a top-level object...

    products.aspose.com/3d/nodejs-java/conversion/
  5. Read 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of reading various type of 3D documents....available constructors of the Scene class helps to do so and they...Binary) ASE The constructors of Scene class detect 3D document format...

    docs.aspose.com/3d/nodejs-java/read-3d-document/
  6. Working with Linear Extrusion|Documentation

    Aspose.3D for Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....)); // Create a scene Scene scene = new Scene (); // Create a...child node by passing extrusion scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/working-with-linear-ext...
  7. Extract Assets from X File Formats via .NET | p...

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

    products.aspose.com/3d/net/extractor/x/
  8. Extract Assets from ASE File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/ase/
  9. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...文件保存选项 有几个接受 SaveOptions 对象的 Scene.save 方法重载。这应该是从 SaveOptions...threed import FileFormat , Scene from aspose.threed.formats import...

    docs.aspose.com/3d/zh/python-net/specify-3d-fil...
  10. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...// initialize a scene Scene scene = new Scene (); // create a...a Box instance var box = scene . RootNode . CreateChildNode (...

    docs.aspose.com/3d/zh/net/manipulate-custom-pro...