Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 14,379 for

scene

(0.03 sec)
  1. Working with Linear Extrusion|Documentation

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

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  2. Public API Changes in Aspose.3D 16.9.0|Document...

    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....Contents Summary Import 3D Scene from the Source PDF Adds Aspose...Formats.PdfFormat Class Save a 3D Scene in the PDF Format Adds Aspose...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  3. Public API Changes in Aspose.3D 16.11.0|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....in the behavior behind the scenes in Aspose.3D. Adds AddEntity...initialize a Scene class object Scene scene = new Scene (); // create...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  4. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Node.js via Java API has support to define Metadata for the Scene....Metadata for the scene. Define a Metadata for the scene 3D shows produce...show. Initialize a 3D Scene using Scene class. Set application/tool...

    docs.aspose.com/3d/nodejs-java/add-asset-inform...
  5. Create an Empty 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of creating 3D Scene from scratch, and then save in supported 3D format....[ Hide ] Create an Empty 3D Scene and save in Supported 3D format...has support of creating 3D scene from scratch, and then save...

    docs.aspose.com/3d/nodejs-java/create-an-empty-...
  6. Aspose 中的公共 API 更改。3D 16.11.0|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....initialize a Scene class object Scene scene = new Scene (); // create...create a node Node sphere = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  7. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene ();...Create ChildNode var Node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  8. Aspose.3D 16.9.0中的公共 API 更改|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 new scene Scene scene = new Scene (); // use loading...( "password" )}; // open scene scene . Open ( path , opt ); 添加...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  9. Aspose.3D Create sphere with material | product...

    Learn how to create a 3D Scene with a Sphere object and has material definition....materials to them can make your scene more visually appealing and...We'll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/create-sphere-w...
  10. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...Create a scene var scene = new aspose . threed . Scene (); // Initialize...Create ChildNode var node1 = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...