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

scene

(0.14 sec)
  1. Save a 3D Document in different 3D Formats usin...

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....using C# - Google Draco The Scene class of the Aspose.3D API represents...format. To save a 3D Scene, simply use the Scene.Save method, it accepts...

    docs.aspose.com/3d/net/save-a-3d-document/
  2. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for Java to experience its simplicity and power in Java....a 3d file in a specified 3D scene. How to Create the Application...API: Create an instance of the Scene class. If you have a license...

    docs.aspose.com/3d/java/your-first-aspose-3d-ap...
  3. 向节点添加转换|Documentation

    Aspose。3D for Java API 支持在 3D 空间中旋转对象。有三种方法来定义对象在 3D 空间中的旋转,欧拉角,四元数和自定义矩阵,所有这些都由Transform类支持。...// Initialize scene object Scene scene = new Scene (); // Initialize...20 )); // Add cube to the scene scene . getRootNode (). getChildNodes...

    docs.aspose.com/3d/zh/java/adding-transformatio...
  4. 与气缸一起工作|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-...
  5. 在 C# 中指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...Contents [ Hide ] 概述 本文介绍如何在Scene对象内的 C# 中使用各自的加载选项类加载不同类型的 3D...有几个接受 LoadOptions 对象的 Scene.Open 方法重载或Scene类构造函数重载。这应该是从 LoadOptions...

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  6. 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...
  7. 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...
  8. 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/
  9. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file....PolygonModifier class which takes a Scene class object as a parameter...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/convert-all-polyg...
  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...