Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 13,362 for

mesh

(0.04 sec)
  1. Extract Assets from RVM File Formats via .NET |...

    C# source code to load, render and add extract assets from RVM documents on .NET Framework, .NET Core, Mono....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/net/extractor/rvm/
  2. Extract Assets from DRC File Formats via .NET |...

    C# source code to load, render and add extract assets from DRC documents on .NET Framework, .NET Core, Mono....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/net/extractor/drc/
  3. Vertices | Aspose.CAD for .NET API Reference

    Vertices Mesh.Vertices property Gets or sets the vertices. The Mesh element must contain one vertices element. public......Vertices Mesh.Vertices property Gets or sets the vertices. The...The mesh element must contain one vertices element. public Vertices...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  4. ToMesh | Aspose.3D for .NET API 参考

    将RevolvedAreaSolidaspose.threed.entities/revolvedareasolid转换为网格... public Mesh ToMesh () 也可以看看 class Mesh class RevolvedAreaSolid...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  5. ToMesh | Aspose.3D for .NET API 参考

    将拉伸转换为网格... public Mesh ToMesh () 也可以看看 class Mesh class LinearExtrusion...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  6. Source | Aspose.CAD for .NET API Reference

    Source Mesh.Source property Gets or sets the source. The Mesh element must contain one or more source elements. publi......Source Mesh.Source property Gets or sets the source. The mesh element...See Also class Source class Mesh namespace Aspose.CAD.FileFormats...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  7. Aspose.3D for Java 20.4 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....stl" ); Mesh mesh = ( Mesh ) s . getRootNode ()...= TriMesh . fromMesh ( vd , mesh ); //print each vertex's position...

    docs.aspose.com/3d/java/aspose-3d-for-java-20-4...
  8. Add Blind Watermark Verification to 3DS File Fo...

    Sample Java blind watermark verification code for 3DS file. Use this example code to add blind watermark verification to 3DS 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/3ds/
  9. TriMesh | Aspose.3D for .NET API Reference

    TriMesh Contents [ Hide ] TriMesh class A TriMesh contains raw data that can be used by GPU directly. This class is a......utility to help to construct a mesh that only contains per-vertex...FromMesh (Mesh, bool) Create a TriMesh from given mesh object,...

    reference.aspose.com/3d/net/aspose.threed.entit...
  10. Add Blind Watermark Verification to PDF File Fo...

    Sample Java blind watermark verification code for PDF file. Use this example code to add blind watermark verification to PDF 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/pdf/