Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 17,198 for

scene

(0.1 sec)
  1. 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...
  2. 你的第一个 Aspose.3D 应用程序|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 API 创建应用程序: 创建 Scene 类的实例。 如果您有许可证,请 应用许可证 。 如果您...of the Scene class scene = a3d . Scene () # Save 3D scene document...

    docs.aspose.com/3d/zh/python-net/your-first-asp...
  3. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...var scene = new Scene(); scene.Open(“benign.3ds”); scene.Save(“benign...only such polygons, scene.Open() creates a scene that has no mesh...

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  4. 创建具有原始 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...
  5. 改变平面方向|Documentation

    Aspose.3D for Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...(); // Initialize Scene Scene scene = new Scene (); // Initialize...new Vector3 ( 1 , 1 , 3 )); scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/changing-plane-orien...
  6. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Java can load and Save....format ASE 3D Studio Max’s ASCII Scene Exporter format RVM AVEVA Plant...USD Universal Scene Description USDZ Universal Scene Description...

    docs.aspose.com/3d/java/supported-file-formats/
  7. Extract Assets from VRML File Formats via Java ...

    Sample Java extract assets code for VRML file. Use this example code to extract assets from VRML file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/vrml/
  8. Java 3D API | 3D Files Manipulation and Convers...

    Gameware and CAD 3D library to create read convert and modify 3D file formats within Java applications...massive game worlds, superb scenes for design visualization, engage... add Animation property to scene file, format elements using...

    products.aspose.com/3d/java/
  9. Customize axis system for obj format|Documentation

    OBJ have no default coordinate system, we can manually define axis system for it....defined by scene.AssetInfo.CoordinateSystem, scene.AssetInfo.UpVector...UpVector, scene.AssetInfo.FrontVector opt . FlipCoordinateSystem...

    docs.aspose.com/3d/net/customize-axis-system-fo...
  10. Convert USD to OBJ via C# | products.aspose.com

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as OBJ with C# Load USD file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usd-to-obj/