Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 7,668 for

mesh

(0.02 sec)
  1. Vertices | Aspose.CAD for .NET API Reference

    Vertices Contents [ Hide ] Vertices class The vertices. The vertices element declares the attributes and identity of ......identity of mesh-vertices. The vertices element describes mesh-vertices...mesh-vertices in a mesh geometry. The mesh-vertices represent the position(identity)...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  2. ToMesh | Aspose.3D for .NET API Reference

    ToMesh RectangularTorus.ToMesh method Convert this primitive to Mesh public override Mesh ToMesh () See Also class Me......this primitive to Mesh public override Mesh ToMesh () See Also...Also class Mesh class RectangularTorus namespace Aspose.ThreeD.Entities...

    reference.aspose.com/3d/net/aspose.threed.entit...
  3. ToMesh | Aspose.3D for .NET API Reference

    ToMesh NurbsSurface.ToMesh method Convert the NURBS surface to the Mesh public Mesh ToMesh () See Also class Mesh cla......to the mesh public Mesh ToMesh () See Also class Mesh class NurbsSurface...

    reference.aspose.com/3d/net/aspose.threed.entit...
  4. Add Blind Watermark to AMF File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/amf/
  5. Add Blind Watermark to U3D File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/u3d/
  6. Add Blind Watermark to JT File Formats via Java...

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

    products.aspose.com/3d/java/watermark/jt/
  7. Add Blind Watermark to USD File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/usd/
  8. Aspose.3D for .NET 19.7 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..../// Decode the point cloud or mesh from specified file name ///...file</param> /// <returns>A <see cref="Mesh"/> or <see cref="PointCloud"/>...

    docs.aspose.com/3d/net/aspose-3d-for-net-19-7-r...
  9. Extract Assets from 3DS File Formats via .NET |...

    C# source code to load, render and add extract assets from 3DS 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/3ds/
  10. CreatePolygon | Aspose.3D for .NET API Reference

    CreatePolygon Contents [ Hide ] Mesh.CreatePolygon method (1 of 4) Creates a new polygon with all vertices defined in......CreatePolygon Contents [ Hide ] Mesh.CreatePolygon method (1 of 4)...}; mesh . CreatePolygon ( indices ); See Also class Mesh namespace...

    reference.aspose.com/3d/net/aspose.threed.entit...