Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 16,177 for

scene

(0.03 sec)
  1. View 3MF File Formats via JAVA | products.aspos...

    Sample Java viewer code for 3MF file. Use this example code to view 3MF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/3mf/
  2. View DXF File Formats via JAVA | products.aspos...

    Sample Java viewer code for DXF file. Use this example code to view DXF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/dxf/
  3. View PDF File Formats via JAVA | products.aspos...

    Sample Java viewer code for PDF file. Use this example code to view PDF file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/pdf/
  4. View PLY File Formats via JAVA | products.aspos...

    Sample Java viewer code for PLY file. Use this example code to view PLY file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/ply/
  5. View JT File Formats via JAVA | products.aspose...

    Sample Java viewer code for JT file. Use this example code to view JT file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/jt/
  6. 操作 3D 场景的自定义属性|Documentation

    开发人员可以添加、检索和删除 3D 对象的自定义属性。3D 对象的RemoveProperty、GetProperty、SetProperty成员是一组用于操作对象的自定义属性的常用方法。...initialize a scene from aspose.threed import Scene from aspose...FileFormat scene = Scene () # create a Box instance box = scene . root_node...

    docs.aspose.com/3d/zh/python-net/manipulate-cus...
  7. Aspose.3D Change the direction of a Plane | pro...

    Learn how to change the direction of a Plane...3D library to create a new scene, and then we will create a plane...plane within the 3D scene. By changing the plane’s direction...

    products.aspose.com/3d/tutorial/change-directio...
  8. Extract Assets from 3DS File Formats via Java |...

    Sample Java extract assets code for 3DS file. Use this example code to extract assets from 3DS 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/3ds/
  9. Extract Assets from U3D File Formats via Java |...

    Sample Java extract assets code for U3D file. Use this example code to extract assets from U3D 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/u3d/
  10. 在 3D 场景中创建矩形圆环|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以创建 3D 对象,然后以任何受支持的 3D 格式保存 3D 场景。...5 scene = Scene () scene . root_node . create_child_node...create_child_node ( rt ) scene . save ( "rtorus.obj" , FileFormat...

    docs.aspose.com/3d/zh/python-net/create-rectang...