Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 8,476 for

mesh

(0.11 sec)
  1. Aspose.3D Generate uv data | products.aspose.com

    Learn how to generate uv data...associated with the mesh, we should manually add to the mesh. Installation...

    products.aspose.com/3d/tutorial/generate-uv-data/
  2. Converting a 3ds file to STL format results in ...

    Hi, I’m upgrading Aspose 3D to lastest version and meet an issue when converting a 3DS file to STL file format. Background: With version Aspose.3D 19.10, my 3DS file can convert to STL format with a 1.63MB file output…...creates a scene that has no mesh data, and scene.Save(..., StlExportFormat...Console.WriteLine($"Meshes : {scene.Meshes.Count}"); Console....

    forum.aspose.com/t/converting-a-3ds-file-to-stl...
  3. What's new in Aspose.3D for Java|Documentation

    Aspose.3D for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....support Allow user to check if mesh is manifold Aspose.3D for Java...data export using extension EXT_mesh_features for glTF Aspose.3D...

    docs.aspose.com/3d/java/what-s-new-in-aspose-3d...
  4. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for Python via .NET, you can select one or more objects under the current node using XPath-Like query syntax. The query syntax was inspired by XPath, so most concepts and syntax are similar, the query syntax is compatible with URL so it will be used in our cloud version in the future. ...supported by <Mesh> , this is equivalent to [@Type = 'Mesh'] , identifiers...

    docs.aspose.com/3d/python-net/work-with-xpath-l...
  5. Generate Point Cloud to 3DS File Formats via Ja...

    Sample Java generate point cloud code for 3DS file. Use this example code to generate point cloud to 3DS file within any Web or Desktop Java based application....(IMeshConvertible) entity; Mesh mesh=mc.toMesh(); Merge(pc, mesh, transform);...extension represents 3D Studio (DOS) mesh file format used by Autodesk...

    products.aspose.com/3d/java/point-cloud/3ds/
  6. 3D Modeling|Documentation

    Articles about 3D procedural modeling in Aspose.3D for .NET....Primitive 3D Shapes How to Split Mesh by HalfSpace in Aspose.3D Create...

    docs.aspose.com/3d/net/3d-modeling/
  7. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. ...UV and associate it with the mesh. Following code snippet shows...

    docs.aspose.com/3d/java/generate-uv/
  8. 通過 .NET 從 PLY 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 PLY 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/ply/
  9. 档案

    档案... 对 Mesh 对象执行计算操作。 使用 Save 方法生成 3d 场景并保存对象。...nozzleSize); // 对 Mesh 对象执行计算操作 Aspose.ThreeD.Entities.Mesh mesh = new Aspose...

    blog.aspose.com/zh/3d/convert-png-image-to-lith...
  10. 通過 .NET 從 USD 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 USD 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/usd/