Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 383 for

polygonmodifier

(0.47 sec)
  1. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the Polygonmodifier class instance....multiple Scale members of the PolygonModifier class instance. This is...geometries of a single node PolygonModifier . Scale ( box , new Vector3...

    docs.aspose.com/3d/net/scale-geometries-of-a-3d...
  2. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用Polygonmodifier类实例的多个Scale成员。...为了实现这一点,开发人员可以调用 PolygonModifier 类实例的多个Scale成员。这是缩放所有节点或单个节点的代码示例:...geometries of a single node PolygonModifier . Scale ( box , new Vector3...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  3. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用Polygonmodifier类实例的多个Scale成员。...为了实现这一点,开发人员可以调用 PolygonModifier 类实例的多个Scale成员。这是缩放所有节点或单个节点的代码示例:...threed.entities import PolygonModifier , Box from aspose.threed...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  4. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file....triangulate method in the PolygonModifier class which takes a Scene...threed.entities import PolygonModifier # For complete examples...

    docs.aspose.com/3d/python-net/convert-all-polyg...
  5. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file....BuildTangentBinormal methods in the PolygonModifier class. One method takes...threed.entities import PolygonModifier # For complete examples...

    docs.aspose.com/3d/python-net/build-tangent-and...
  6. Split Mesh|Documentation

    Developers may require to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene If it has been assigned a single material. Developers can now achieve this by using Aspose.3D for Python via .NET API....entities import PolygonModifier , SplitMeshPolicy # For...input ) # Split all meshes PolygonModifier . split_mesh ( scene ,...

    docs.aspose.com/3d/python-net/split-mesh/
  7. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for .NET API, developers can convert all polygons to triangles in any supported 3D file....Triangulate method in the PolygonModifier class which takes a Scene...// Triangulate a scene PolygonModifier . Triangulate ( scene );...

    docs.aspose.com/3d/net/convert-all-polygons-to-...
  8. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the Polygonmodifier class instance....multiple Scale members of the PolygonModifier class instance. This is...threed.entities import PolygonModifier , Box from aspose.threed...

    docs.aspose.com/3d/python-net/scale-geometries-...
  9. Build Tangent and Binormal data for all Meshes ...

    With Aspose.3D for Java API, developers can build tangent and binormal data for all meshes in any supported 3D document....buildTangentBinormal methods in the PolygonModifier class. One method takes...// Triangulate a scene PolygonModifier . buildTangentBinormal...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  10. Generate UV|Documentation

    Aspose.3D for Python via .NET offers Polygonmodifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....NET offers PolygonModifier class which exposes generate_uv...entities import Box , PolygonModifier , VertexElementType # For...

    docs.aspose.com/3d/python-net/generate-uv/