Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 17,198 for

scene

(0.36 sec)
  1. Convert PDF to JT via Java | products.aspose.com

    Sample Java conversion code for PDF format to JT file. Use this example code to convert PDF to JT within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/pdf-to-jt/
  2. Convert USD to U3D via Java | products.aspose.com

    Sample Java conversion code for USD format to U3D file. Use this example code to convert USD to U3D within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/usd-to-u3d/
  3. Convert X to JT via Java | products.aspose.com

    Sample Java conversion code for X format to JT file. Use this example code to convert X to JT within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/x-to-jt/
  4. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for Python via .NET API 来实现此目的。...threed import FileFormat , Scene from aspose.threed.entities..."test.fbx" # Load a 3D file scene = Scene ( input ) # Split all meshes...

    docs.aspose.com/3d/zh/python-net/split-mesh/
  5. Convert GLB to FBX in Python | GLB Files to FBX

    Learn how to convert GLB to FBX in Python with Aspose.3D for Python. This guide shows installation, a code example, and best practices for accurate 3D conversion....source file, validating the scene, optionally configuring export...Initialize the Scene class with the GLB path. scene = a3d . Scene . from_file(...

    blog.aspose.com/3d/convert-glb-to-fbx-in-python/
  6. Convert USD to U3D via Python | products.aspose...

    Sample code for USD to U3D Python conversion. Use API example code for batch USD files to U3D conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...usd extension is a Universal Scene Description file format that...

    products.aspose.com/3d/python-net/conversion/us...
  7. Convert PLY to JT via Python | products.aspose.com

    Sample code for PLY to JT Python conversion. Use API example code for batch PLY files to JT conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...File) PLY TO 3DS (3D Studio Scene) PLY TO DAE (Digital Asset Exchange...

    products.aspose.com/3d/python-net/conversion/pl...
  8. Convert U3D to JT via Python | products.aspose.com

    Sample code for U3D to JT Python conversion. Use API example code for batch U3D files to JT conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...File) U3D TO 3DS (3D Studio Scene) U3D TO DAE (Digital Asset Exchange...

    products.aspose.com/3d/python-net/conversion/u3...
  9. Convert PDF to JT via C# | products.aspose.com

    Sample code for PDF to JT C# conversion. Use API example code for batch PDF files to JT conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...File) PDF TO 3DS (3D Studio Scene) PDF TO DAE (Digital Asset Exchange...

    products.aspose.com/3d/net/conversion/pdf-to-jt/
  10. 使用类似XPath的对象查询|Documentation

    使用 Aspose.3D for Python via .NET,您可以使用类似XPath的查询语法选择当前节点下的一个或多个对象。查询语法受到XPath的启发,因此大多数概念和语法都是相似的,查询语法与URL兼容,因此将来将在我们的云版本中使用。...threed import Scene from aspose.threed.entities...3D-for-.NET # Create a scene for testing s = Scene () a = s . root_node...

    docs.aspose.com/3d/zh/python-net/work-with-xpat...