Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 16,548 for

scene

(0.37 sec)
  1. 通過 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...
  2. 通過 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...
  3. 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...
  4. 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/
  5. 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...
  6. 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/
  7. 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/
  8. Convert OBJ to JT via C# | products.aspose.com

    Sample code for OBJ to JT C# conversion. Use API example code for batch OBJ 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...related to light and position of scenes. An OBJ file is usually an...

    products.aspose.com/3d/net/conversion/obj-to-jt/
  9. .dwg files to .glb or .glTf converting using yo...

    Hello, This request is created on behalf of Lucas Howland LHowland@rationalenterprise.com I have a few questions about some other capabilities of aspose libraries outside of Aspose.Words for java if you could assist or…...save(convertedObj, options); } var scene = Scene.fromFile(convertedObj);...GltfSaveOptions(FileFormat.GLTF); scene.save(convertedGltf, saveOptions);...

    forum.aspose.com/t/dwg-files-to-glb-or-gltf-con...
  10. Working with VRML Format|Documentation

    Aspose.3D for .NET allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect the format, so the FileFormat is usually ignored in Open method. The following code snippet shows how open VRML file format.... Save 3D Scene as HTML in C# Working with PointCloud...

    docs.aspose.com/3d/net/working-with-vrml-format/