Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 17,283 for

scene

(0.2 sec)
  1. Convert RVM to ASE via Java | products.aspose.com

    Sample Java conversion code for RVM format to ASE file. Use this example code to convert RVM to ASE 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/rvm-to-ase/
  2. Convert JT to ATT via Python | products.aspose.com

    Sample code for JT to ATT Python conversion. Use API example code for batch JT files to ATT conversion within VB.NET, Asp.NET or any .NET based application....JT file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/jt...
  3. Convert DRC to DAE via Java | products.aspose.com

    Sample Java conversion code for DRC format to DAE file. Use this example code to convert DRC to DAE 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/drc-to-dae/
  4. 如何在 Python 中将 OBJ 文件转换为 STL

    这个精确的教程解释了如何在 Python 中将 OBJ 转换为 STL。它讨论了 IDE 配置、算法步骤以及在 Python 中创建 OBJ 到 STL 转换器的可运行代码片段。...NET 以进行 OBJ 到 STL 的转换 使用 Scene 类加载输入 OBJ 文件以导出 STL 文件 创建一个...Python* 中将 *OBJ 文件转换为 STL。但是,这是使用 Scene 类加载源 OBJ 文件的代码的最低版本。接下来,您可以使用...

    kb.aspose.com/zh/3d/python/how-to-convert-obj-f...
  5. Convert OBJ to GLB via Python | products.aspose...

    Sample code for OBJ to GLB Python conversion. Use API example code for batch OBJ files to GLB conversion within VB.NET, Asp.NET or any .NET based application....OBJ file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/ob...
  6. Convert RVM to 3DS via Python | products.aspose...

    Sample code for RVM to 3DS Python conversion. Use API example code for batch RVM files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....RVM file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/rv...
  7. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....document, a photo of a document, a scene-photo or from subtitle text...document,a photo of a document, a scene-photo or from subtitle text...

    docs.aspose.com/ocr/net/binarization/
  8. 如何在 C# 中将 OBJ 转换为 STL

    本基础教程介绍了如何在 C# 中将 OBJ 转换为 STL。它解释了在 C# 中创建 OBJ 到 STL 转换器的算法和代码片段。...NET 使用 Scene .FromFile() 方法加载输入 OBJ 文件 创建一个...文件转换为 C# 中的 STL。它是一个基本版本,使用 Scene 类加载输入 OBJ 文件,并通过 Save 方法将其导出为...

    kb.aspose.com/zh/3d/net/how-to-convert-obj-to-s...
  9. Merge materials and split mesh in sub-meshes ba...

    We are working with huge 3D mesh objects and are evaluating the Aspose library. We Aspose reads the obj or fbx files we get 1 Mesh ChildNode with a million materials. When using Assimp we get 4 meshes and 4 materials. H…...Load the 3D model Scene scene = new Scene(); scene.Open(filePath);...Mesh>(); foreach (var node in scene.RootNode.ChildNodes) { if (node...

    forum.aspose.com/t/merge-materials-and-split-me...
  10. Extracting lines with coordinates|Documentation

    Automatic detection of line bounding boxes during recognition....document a photo of a document, a scene-photo (for example the text...

    docs.aspose.com/ocr/java/image-line-extract/