Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 17,179 for

scene

(0.27 sec)
  1. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for .NET to experience its simplicity and power in C#....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/net/your-first-aspose-3d-app...
  2. 与线性挤压一起工作|Documentation

    Aspose.3D for .NET 提供了linearexduting类,它采用2D形状作为输入,并在第三维中扩展该形状。...}; // Create a scene Scene scene = new Scene (); // Create a...child node by passing extrusion scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/working-with-linear-e...
  3. Save 3D Document|Documentation

    Aspose.3D for Java API has support of saving 3D Scene in various type of 3D documents....API has support of saving 3D scene in various type of 3D documents...has support of saving a 3D scene in various types of 3D document...

    docs.aspose.com/3d/java/save-3d-document/
  4. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...// Initialize scene object Scene scene = new Scene (); // Initialize...20 ); // Add cube to the scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/zh/net/adding-transformation...
  5. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance....Save Options There are several Scene.save method overloads that accept...// Initialize Scene object Scene scene = new Scene (); // Create...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  6. Changing Plane Orientation|Documentation

    Aspose.3D for .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...// Initialize scene object Scene scene = new Scene (); // Set Vector...

    docs.aspose.com/3d/net/changing-plane-orientation/
  7. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for .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...an existing 3D file Scene scene = Scene . FromFile ( "document...

    docs.aspose.com/3d/net/convert-all-polygons-to-...
  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. Render 3D View in Image format from Camera|Docu...

    Using Aspose.3D for Python via .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size....Render method exposed by the Scene class can be used to take a...position the camera in the scene. In this code example, we create...

    docs.aspose.com/3d/python-net/render-3d-view-in...
  10. Working with Radius of Sphere|Documentation

    Using Aspose.3D for .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ...NET // Create a Scene Scene scene = new Scene (); // Set Sphere...get or set radius of Sphere) scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-radius-of-s...