Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 17,282 for

scene

(2.07 sec)
  1. 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/
  2. How to Convert FBX to STL in Python

    This article explains how to convert FBX to STL in Python. It covers the IDE configuration, a step-by-step list, and a runnable code snippet to create FBX to STL converter software in Python....the input FBX file with the Scene class instance Initialize an...Invoke the save method of the Scene class to transform the FBX file...

    kb.aspose.com/3d/python/how-to-convert-fbx-to-s...
  3. Ինչպես փոխարկել GLB-ն OBJ-ի Python-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել GLB-ն OBJ-ի Python-ում: Այն ունի IDE կոնֆիգուրացիաներ, քայլերի ցանկ և գործարկվող կոդ՝ Python-ում GLB-ից OBJ փոխարկիչ մշակելու համար:...փոխակերպման համար Բեռնել GLB ֆայլը Scene դասի օբյեկտի մեջ Ստեղծեք ObjSaveOptions...Աղբյուրի GLB ֆայլը բեռնվում է Scene դասի օբյեկտում, որին հաջորդում...

    kb.aspose.com/hy/3d/python/how-to-convert-glb-t...
  4. 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/
  5. Convert JT to 3DS via Java | products.aspose.com

    Sample Java conversion code for JT format to 3DS file. Use this example code to convert JT to 3DS within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...for advanced conversion Call Scene.save method Pass the output...

    products.aspose.com/3d/java/conversion/jt-to-3ds/
  6. Compress VRML File Formats via python-net | pro...

    Sample Python compression code for VRML file. Use this example code to compress VRML file within any Web based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/compression/v...
  7. Compress VRML File Formats via Node.js | produc...

    Sample Node.js compression code for VRML file. Use this example code to compress VRML file within any Web based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/nodejs-java/compression/...
  8. 通過 C# 將 USDZ 轉換為 FBX | products.aspose.com

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

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

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  10. Merge VRML File Formats via python-net | produc...

    Sample Python merger code for VRML file. Use this example code to merge VRML file within any Web based application....through the constructor of the Scene class Process usdz files and...representations of complex scenes such as illustrations, definition...

    products.aspose.com/3d/python-net/merger/vrml/