Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 10,129 for

mesh

(0.04 sec)
  1. HorizontalMeshPoints | Aspose.PSD for .NET API ...

    HorizontalMeshPoints PlacedResource.HorizontalMeshPoints property Gets or sets the horizontal Mesh points of the plac......Gets or sets the horizontal mesh points of the placed layer in...Property Value The horizontal mesh points of the placed layer....

    reference.aspose.com/psd/net/aspose.psd.filefor...
  2. 合并3D文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效网格。它们可以将3D场景、节点或一组节点的所有网格转换为单个网格。为了实现这一点,在Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...PolygonModifier 类中有几个 merge_mesh 成员。 下面的代码示例将场景的所有网格合并到单个有效网格中。...merge all meshes mesh = a3d . PolygonModifier . merge_mesh ( scene...

    docs.aspose.com/3d/zh/python-net/merge-meshes-i...
  3. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a Mesh in Aspose.3D.... A mesh stores the key properties for...should be unit vectors. Most mesh formats also support some form...

    docs.aspose.com/3d/python-net/set-up-normals-or...
  4. cadpolyline3d - Aspose.CAD for Java - API Refer...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....getMeshMVertexCount () Gets or sets the mesh M vertex count. short getMeshNVertexCount...getMeshNVertexCount () Gets or sets the mesh N vertex count. double getStartWidth...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  5. Extract Assets from DXF File Formats via Java |...

    Sample Java extract assets code for DXF file. Use this example code to extract assets from DXF file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/dxf/
  6. Extract Assets from AMF File Formats via Java |...

    Sample Java extract assets code for AMF file. Use this example code to extract assets from AMF file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/amf/
  7. Extract Assets from 3MF File Formats via Java |...

    Sample Java extract assets code for 3MF file. Use this example code to extract assets from 3MF file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/3mf/
  8. Extract Assets from OBJ File Formats via Java |...

    Sample Java extract assets code for OBJ file. Use this example code to extract assets from OBJ file within any Web or Desktop Java based application....if (entity instanceof Mesh){ Save((Mesh)entity, node.getName());...else if (obj instanceof Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/java/extractor/obj/
  9. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A Mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most Mesh formats also support some form of UV coordinates which are a separate 2D representation of the Mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the Mesh.... A mesh stores the key properties for...should be a unit vector. Most mesh formats also support some form...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  10. Add Blind Watermark to 3DS File Formats via .NE...

    C# source code to load, render and add blind watermark to 3DS documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/watermark/3ds/