Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 17,178 for

scene

(0.14 sec)
  1. 通過 C# 將 USDZ 轉換為 HTML | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  2. 通過 C# 將 USDZ 轉換為 STL | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  3. Add Blind Watermark Verification to 3MF File Fo...

    Sample Python verify blind watermark code for 3MF file. Use this example code to verify blind watermark to 3MF file within any Web based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/verify-waterm...
  4. Generate Point Cloud to FBX File Formats via py...

    Sample Python generate point cloud code for FBX file. Use this example code to generate point cloud to FBX file within any Web based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/point-cloud/fbx/
  5. Add Blind Watermark Verification to DXF File Fo...

    Sample Python verify blind watermark code for DXF file. Use this example code to verify blind watermark to DXF file within any Web based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/verify-waterm...
  6. Generate Point Cloud to STL File Formats via py...

    Sample Python generate point cloud code for STL file. Use this example code to generate point cloud to STL file within any Web based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/point-cloud/stl/
  7. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...
  8. Extract Assets from PDF File Formats via python...

    Sample Python extract assets code for PDF file. Use this example code to extract assets from PDF file within any Web based application....file via the constructor of Scene class Create zip file format...(Universal Scene Description) USDZ (Universal Scene Description...

    products.aspose.com/3d/python-net/extractor/pdf/
  9. 通過 C# 將 USD 轉換為 FBX | products.aspose.com

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  10. How to Convert FBX to OBJ in C#

    This step-by-step tutorial shows you how to convert FBX to OBJ in C# programmatically. Easily create FBX to OBJ C# converter in your .NET windows or ASP.NET applications...evaluation watermark Create a new Scene object Open input FBX file which...in C# In the above code, the Scene class basically provides the...

    kb.aspose.com/3d/net/how-to-convert-fbx-to-obj-...