Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 7,668 for

mesh

(0.02 sec)
  1. 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...
  2. 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/
  3. Create your Lithophane from TGA File Formats vi...

    Sample Java lithophane code for TGA file. Use this example code to create your lithophane from TGA 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/tga/
  4. Add Blind Watermark Verification to DXF File Fo...

    Sample Java blind watermark verification code for DXF file. Use this example code to add blind watermark verification to DXF 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/dxf/
  5. Add Blind Watermark Verification to OBJ File Fo...

    Sample Java blind watermark verification code for OBJ file. Use this example code to add blind watermark verification to OBJ 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/obj/
  6. cadpolyline - Aspose.CAD for Java - API Reference

    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...
  7. 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/net/set-up-normals-or-uv-on-...
  8. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT 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/jt/
  9. Extract Assets from USDZ File Formats via .NET ...

    C# source code to load, render and add extract assets from USDZ 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/usdz/
  10. Extract Assets from DRC File Formats via Java |...

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