Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 13,386 for

mesh

(0.05 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. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Java allows developers to combine two rotation transformation into one represented in a quaternion....data of Mesh among Multiple Nodes of 3D Scene Create 3D Mesh and...

    docs.aspose.com/3d/java/concatenate-quaternions...
  3. FromGeometry | Aspose.3D for .NET API Reference

    FromGeometry Contents [ Hide ] PointCloud.FromGeometry method (1 of 2) Create a new PointCloud instance from a geomet......maximum surface area from the mesh) public static PointCloud FromGeometry...Type Description g Geometry Mesh or other geometry instance density...

    reference.aspose.com/3d/net/aspose.threed.entit...
  4. Aspose.ThreeD.Entities | Aspose.3D for .NET API...

    All geometry and entities are defined in this namespace...renderable geometric objects (like Mesh , NurbsSurface , Patch and etc...shape in the 3rd dimension. Mesh A mesh is made of many n-sided polygons...

    reference.aspose.com/3d/net/aspose.threed.entit...
  5. Public API Changes in Aspose.3D 1.3.0|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Example code: The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  6. Aspose.3D for .NET 19.7发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms..../// Decode the point cloud or mesh from specified file name ///...file</param> /// <returns>A <see cref="Mesh"/> or <see cref="PointCloud"/>...

    docs.aspose.com/3d/zh/net/aspose-3d-for-net-19-...
  7. dracoformat - Aspose.3D for Java - API Reference

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...MathUtils Matrix4 MemoryFileSystem Mesh Metered MirroredProfile MorphTargetChannel...data) Decode the point cloud or mesh from memory data Geometry decode...

    reference.aspose.com/3d/java/com.aspose.threed/...
  8. Aspose.CAD for .NET 23.7 - Release Notes

    Aspose.CAD for .NET 23.7 - Release Notes – the latest updates and fixes....CADNET-9024 Fix for U3D progressive mesh parser Enhancement CADNET-9016...CADNET-9016 Implement U3D progressive mesh to Aps conversion Enhancement...

    releases.aspose.com/cad/net/release-notes/2023/...
  9. UV Coordinates for 3d objects - Free Support Fo...

    Hello! I have read that the uv generation only works for 2D objects. Will there be support for 3D objects as well one day? Thanks in advance!...the Mesh, given that you have access to all internal mesh data...

    forum.aspose.com/t/uv-coordinates-for-3d-object...
  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/net/extractor/usd/