Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 13,386 for

mesh

(0.05 sec)
  1. Add Blind Watermark Verification to DAE File Fo...

    Sample Java blind watermark verification code for DAE file. Use this example code to add blind watermark verification to DAE 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/dae/
  2. Add Blind Watermark Verification to X File Form...

    Sample Java blind watermark verification code for X file. Use this example code to add blind watermark verification to X 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/x/
  3. 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/
  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 ASE File Fo...

    Sample Java blind watermark verification code for ASE file. Use this example code to add blind watermark verification to ASE 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/ase/
  6. Add Blind Watermark Verification to USDZ File F...

    Sample Java blind watermark verification code for USDZ file. Use this example code to add blind watermark verification to USDZ 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/usdz/
  7. Extra | Aspose.CAD for .NET API Reference

    Extra Mesh.Extra property Gets or sets the extra. The extra element may appear any number of times. public Extra [] E......Extra Mesh.Extra property Gets or sets the extra. The extra element...} See Also class Extra class Mesh namespace Aspose.CAD.FileFormats...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  8. IMeshConvertible | Aspose.3D for .NET API Refer...

    IMeshConvertible IMeshConvertible interface Entities that implemented this interface can be converted to Mesh public ......interface can be converted to Mesh public interface IMeshConvertible...() Convert current object to mesh See Also namespace Aspose.ThreeD...

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

    将 NURBS 曲面转换为网格...曲面转换为网格 public Mesh ToMesh () 也可以看看 class Mesh class NurbsSurface...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  10. Extract Assets from X File Formats via .NET | p...

    C# source code to load, render and add extract assets from X 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/x/