Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 17,179 for

scene

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

    Aspose.3D for .NET 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 . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-linear-extr...
  2. Read 3D document|Documentation

    Aspose.3D for 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/java/read-3d-document/
  3. Convert USDZ to ASE via Python | products.aspos...

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as ASE with C# Load USDZ file...using a from_file of Scene class Call Scene.save method Pass output...

    products.aspose.com/3d/python-net/conversion/us...
  4. Working with VRML Format|Documentation

    Aspose.3D for Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....// initialize a scene Scene scene = new Scene (); // open Virtual...Language (VRML) file format scene . open ( MyDir + "test.wrl"...

    docs.aspose.com/3d/java/working-with-vrml-format/
  5. 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...
  6. 将 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/
  7. Working with Cylinder|Documentation

    Aspose.3D for .NET allows customizing Offset Top of a cylinder. In order to use this functionality, you can use Offset property of Cylinder class....NET // Create a scene Scene scene = new Scene (); // Initialize..., 0 ); // Create ChildNode scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-cylinder/
  8. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....are several Scene.open method overloads or Scene class constructor...Coordinate from aspose.threed import Scene from aspose.threed.formats import...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  9. 创建具有原始 3D 形状的场景|Documentation

    使用 Aspose.3D for Python via .NET,开发人员可以定义具有原始 3D 形状的场景。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。...threed import FileFormat , Scene from aspose.threed.entities...directory. # Initialize a Scene object scene = Scene () # Create a Box...

    docs.aspose.com/3d/zh/python-net/create-scene-w...
  10. Import 3D Scenes and Contents from a PDF in C#|...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can extract 3D Scenes and contents from a PDF file....Import 3D Scenes and Contents from a PDF in C# Contents [ Hide...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/net/import-3d-scenes-and-con...