Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 13,386 for

mesh

(0.04 sec)
  1. 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/
  2. 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/
  3. imeshconvertible - Aspose.3D for Java - API Ref...

    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...Cylinder , Dish , LinearExtrusion , Mesh , NurbsSurface , Plane , Primitive...

    reference.aspose.com/3d/java/com.aspose.threed/...
  4. 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...
  5. EncodeWatermark | Aspose.3D for .NET API 参考

    将文本编码为网格的盲水印... public static Mesh EncodeWatermark ( Mesh input , string text...string password ) 范围 类型 描述 input Mesh 网格编码盲水印 text String Text编码到网格...

    reference.aspose.com/3d/zh/net/aspose.threed.ut...
  6. Decode | Aspose.3D for .NET API Reference

    Decode Contents [ Hide ] PlyFormat.Decode method (1 of 2) Decode a point cloud or Mesh from the specified stream. pub......of 2) Decode a point cloud or mesh from the specified stream. public...of PLY format Return Value A Mesh or PointCloud instance See Also...

    reference.aspose.com/3d/net/aspose.threed.forma...
  7. 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...
  8. PolygonBuilder | Aspose.3D for .NET API Reference

    PolygonBuilder PolygonBuilder class A helper class to build polygon for Mesh public sealed class PolygonBuilder Const......helper class to build polygon for Mesh public sealed class PolygonBuilder...Description PolygonBuilder (Mesh) Initializes a new instance...

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

    Decode Contents [ Hide ] DracoFormat.Decode method (1 of 2) Decode the point cloud or Mesh from specified file name p......2) Decode the point cloud or mesh from specified file name public...the drc file Return Value A Mesh or PointCloud instance depends...

    reference.aspose.com/3d/net/aspose.threed.forma...
  10. Add Blind Watermark to STL File Formats via Jav...

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