Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 16,571 for

scene

(0.56 sec)
  1. 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...
  2. Ինչպես փոխարկել 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...
  3. 通過 C# 將 USD 轉換為 AMF | products.aspose.com

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

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

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

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

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

    products.aspose.com/3d/zh-hant/net/conversion/u...
  6. Add Blind Watermark to OBJ File Formats via pyt...

    Sample Python blind watermark code for OBJ file. Use this example code to add blind watermark to OBJ 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/python-net/watermark/obj/
  7. Extract Assets from VRML File Formats via pytho...

    Sample Python extract assets code for VRML file. Use this example code to extract assets from VRML file within any Web based application....file via the constructor of Scene class Create zip file format...representations of complex scenes such as illustrations, definition...

    products.aspose.com/3d/python-net/extractor/vrml/
  8. Compress STL File Formats via python-net | prod...

    Sample Python compression code for STL file. Use this example code to compress STL 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/stl/
  9. Compress FBX File Formats via python-net | prod...

    Sample Python compression code for FBX file. Use this example code to compress FBX 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/fbx/
  10. Add Blind Watermark to PLY File Formats via pyt...

    Sample Python blind watermark code for PLY file. Use this example code to add blind watermark to PLY 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/python-net/watermark/ply/