Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 9,904 for

mesh

(0.22 sec)
  1. 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....Merge Meshes in 3D file Contents [ Hide ] Merge Meshes into a...single valid Mesh Developers can merge multiple meshes into a single...

    docs.aspose.com/3d/net/merge-meshes-in-3d-file/
  2. 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....Merge Meshes in 3D file Contents [ Hide ] Merge Meshes into a...single valid Mesh Developers can merge multiple meshes into a single...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  3. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all Meshes in any 3D model (without the normal data)....Generate Normal Data for All Meshes in a 3D File Contents [ Hide...generate normal data for all meshes in any 3D model (without the...

    docs.aspose.com/3d/net/generate-normal-data-for...
  4. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all Meshes of 3D model (without the normal data)....Generate Normal Data for All Meshes of 3D Model Contents [ Hide...generating normal data for all meshes of 3D model (without the normal...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  5. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...仿射变换包括: 翻译 缩放 旋转 剪切映射 挤压映射 代码中正在使用 Mesh 类对象。我们可以 创建一个网格类对象,如在那里叙述 。...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/net/adding-transformation...
  6. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义 Mesh 。 为了创建 Mesh 曲面,我们需要定义控制点和多边形,如下所示:...// Initialize mesh object Mesh mesh = new Mesh (); // Add control...

    docs.aspose.com/3d/zh/net/create-3d-mesh-and-sc...
  7. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义 Mesh 。 为了创建 Mesh 曲面,我们需要定义控制点和多边形,如下所示:...// Initialize mesh object Mesh mesh = new Mesh (); // Add control...

    docs.aspose.com/3d/zh/java/create-3d-mesh-and-s...
  8. 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...assume we have a mesh without UV data Mesh mesh = ( new Box ())...

    docs.aspose.com/3d/java/generate-uv/
  9. Public API Changes in Aspose.3D 1.5.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....Summary Convert the Primitive to a Mesh and Create a Scene from Primitive...3D Models Convert a Mesh to Triangle Mesh with Custom Memory Layout...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  10. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...Contents [ Hide ] 创建 3D 立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义网格。...aspose.threed.entities import Mesh # For complete examples and...

    docs.aspose.com/3d/zh/python-net/create-3d-mesh...