Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 12,357 for

ply

(0.09 sec)
  1. Working with PointCloud|Documentation

    Aspose.3D for Java allows decoding a mesh from a Draco file directly without building a scene using the decode method of DracoFormat class....Mesh to PLY Aspose.3D for Java allows encoding a mesh to PLY file...functionality: Decode Mesh From PLY Aspose.3D for Java allows decoding...

    docs.aspose.com/3d/java/working-with-pointcloud/
  2. Python 3D Formats Point Cloud | products.aspose...

    Generate point cloud to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj Ply rvm stl u3d usdz usd vrml x via Python library using a few lines of Python code....Universal3D, Collada, GLB, glTF, PLY, DirectX, Google Draco formats...Consider some examples like 3DS to PLY point cloud . Load 3DS files...

    products.aspose.com/3d/python-net/point-cloud/
  3. Merge Meshes in 3D file|Documentation

    Developers can merge multiple meshes into a single valid mesh. They might convert all meshes of a 3D scene, a node or a set of nodes into a single mesh. In order to achieve this, there are three MergeMesh members in the Aspose.ThreeD.Entities.PolygonModifier class....mesh into the PLY format a3d . FileFormat . PLY . encode_mesh...encode_mesh ( mesh , "LAD-TOP.ply" ) Manipulate custom properties of a 3D...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  4. Generate Point Cloud to USDZ File Formats via ....

    C# source code to load, render and add generate point cloud to USDZ documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/usdz/
  5. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....setFlipTexCoordV ( true ); Use of the Ply Load Options The code below shows...load options before loading a PLY model. var aspose = aspose ||...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  6. Generate Point Cloud to AMF File Formats via .N...

    C# source code to load, render and add generate point cloud to AMF documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/amf/
  7. Generate Point Cloud to FBX File Formats via .N...

    C# source code to load, render and add generate point cloud to FBX documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/fbx/
  8. Generate Point Cloud to STL File Formats via .N...

    C# source code to load, render and add generate point cloud to STL documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/stl/
  9. Generate Point Cloud to DXF File Formats via .N...

    C# source code to load, render and add generate point cloud to DXF documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/dxf/
  10. Generate Point Cloud to GLB File Formats via .N...

    C# source code to load, render and add generate point cloud to GLB documents on .NET Framework, .NET Core, Mono....ply" ; PlySaveOptions ply = new PlySaveOptions(); ply.PointCloud...true ; newScene.Save(output,ply); About Aspose.3D for .NET API...

    products.aspose.com/3d/net/point-cloud/glb/