Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 17,178 for

scene

(0.06 sec)
  1. Convert PLY to USDZ via C# | products.aspose.com

    Sample code for PLY to USDZ C# conversion. Use API example code for batch PLY files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/net/conversion/ply-to-usdz/
  2. Convert PDF to USDZ via C# | products.aspose.com

    Sample code for PDF to USDZ C# conversion. Use API example code for batch PDF files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/net/conversion/pdf-to-usdz/
  3. 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/
  4. 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/
  5. Convert DRC to JT via Java | products.aspose.com

    Sample Java conversion code for DRC format to JT file. Use this example code to convert DRC 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/drc-to-jt/
  6. 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/
  7. 通過 C# 將 USD 轉換為 DXF | products.aspose.com

    使用 .NET API 轉換 USD 和其他 3D 文件...// 在 Scene 對像中加載 USD var scene = new Aspose.ThreeD.Scene( "template..."template.usd" ); // 將 USD 保存為 DXF scene.Save( "output.dxf" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  8. 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...
  9. Add Blind Watermark to DRC File Formats via Nod...

    Sample Node.js blind watermark code for DRC file. Use this example code to add blind watermark to DRC file within any Web based application....file via the constructor of Scene class Get the mesh class of...EncodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/watermark/drc/
  10. 分割网格|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/