Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 17,285 for

scene

(0.15 sec)
  1. Convert X to JT via C# | products.aspose.com

    Sample code for X to JT C# conversion. Use API example code for batch X 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...Object File) X TO 3DS (3D Studio Scene) X TO DAE (Digital Asset Exchange...

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

    使用 Aspose.3D for Java,可以使用类似XPath的查询语法选择当前节点下的一个或多个对象。...//Create a scene for testing Scene s = new Scene (); // Create...)); /* The hierarchy of the scene looks like: - Root - a - a1...

    docs.aspose.com/3d/zh/java/work-with-xpath-like...
  3. 通過 .NET 從 DAE 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 DAE 文檔加載、呈現和添加提取資產。... 通過 Scene 類的構造函數加載 DAE 文件- 創建 zip 文件格式對像作為輸出文件格式-...= "template.dae" ; Scene scene = new Scene(file); //輸出為壓縮文件格式,Directory...

    products.aspose.com/3d/zh-hant/net/extractor/dae/
  4. Aspose.3D Boolean operations on meshes | produc...

    Learn how to do Boolean operation on meshes...manipulate, create, and render 3D scenes. This document outlines one...demonstrates how to create a scene containing two meshes without...

    products.aspose.com/3d/tutorial/boolean-operati...
  5. 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...
  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 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...
  8. 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/
  9. 创建网格的平滑组|Documentation

    使用 Aspose.3D for .NET,开发人员可以为网格创建平滑组。... var scene = new Scene(box); scene.Save("box-sg.fbx");...

    docs.aspose.com/3d/zh/net/create-smoothing-grou...
  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...