Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 7,668 for

mesh

(0.02 sec)
  1. Add Blind Watermark to 3MF File Formats via .NE...

    C# source code to load, render and add blind watermark to 3MF 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/3mf/
  2. Add Blind Watermark to DAE File Formats via .NE...

    C# source code to load, render and add blind watermark to DAE 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/dae/
  3. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for .NET API, developers can build tangent and binormal data for all Meshes in any supported 3D file....Tangent and Binormal Data for all Meshes in 3D Model Contents [ Hide...tangent and binormal data for all meshes in any supported 3D file. Build...

    docs.aspose.com/3d/net/build-tangent-and-binorm...
  4. cadpolyfacemesh - Aspose.CAD for Java - API Ref...

    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....CadPolylineBase The Cad poly face mesh. Constructor Summary Constructors...getMeshMVertexCount () Gets or sets the mesh M vertex count. short getMeshNVertexCount...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  5. cadpolygonmesh - Aspose.CAD for Java - API Refe...

    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....CadPolylineBase The Cad polygon mesh. Constructor Summary Constructors...getMeshMVertexCount () Gets or sets the mesh M vertex count. short getMeshNVertexCount...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  6. CadPolygonMesh - Aspose.CAD for Java - API Refe...

    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....CadPolylineBase The Cad polygon mesh. Constructor Summary Constructors...getMeshMVertexCount () Gets or sets the mesh M vertex count. short getMeshNVertexCount...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  7. 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/
  8. 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/
  9. 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/
  10. Geometry|Documentation

    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....and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...apply on 3D entities Create 3D Mesh and Scene Expose Geometric Transformation...

    docs.aspose.com/3d/java/geometry/