Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 13,386 for

mesh

(0.09 sec)
  1. ToMesh | Aspose.3D for .NET API 参考

    将当前对象转换为网格...public override Mesh ToMesh () 返回值 网格。 也可以看看 class Mesh class Box 命名空间...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  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. IsCustom | Aspose.PSD for .NET API Reference

    IsCustom IPlacedLayerResource.IsCustom property Gets or sets a value indicating whether this instance warp style is c......contains mesh points. If set to false it erases mesh points. public...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  4. Create your Lithophane from JPG File Formats vi...

    Sample Java lithophane code for JPG file. Use this example code to create your lithophane from JPG file within any Web or Desktop Java based application....create a Mesh object Perform computational operations on Mesh objects...file loads 3d scene through Mesh class Call the Scene.Save method...

    products.aspose.com/3d/java/lithophane/jpg/
  5. Generate UV|Documentation

    Aspose.3D for .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....UV and associate it with the mesh. Following code snippet shows...ReferenceMode explains Create Polygon In Mesh...

    docs.aspose.com/3d/net/generate-uv/
  6. Add Blind Watermark Verification to 3MF File Fo...

    Sample Java blind watermark verification code for 3MF file. Use this example code to add blind watermark verification to 3MF file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/3mf/
  7. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ 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/usdz/
  8. Aspose.3D for .NET 19.8 Release Notes|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....Mesh /// <summary> /// Create a polygon...); Sample code. Mesh mesh = new Mesh (); mesh . CreatePolygon...

    docs.aspose.com/3d/net/aspose-3d-for-net-19-8-r...
  9. gltfloadoptions - Aspose.3D for Java - API Refe...

    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...Flip the v(t) coordinate in mesh's texture coordinate, default...

    reference.aspose.com/3d/java/com.aspose.threed/...
  10. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X 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/x/