Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 13,386 for

mesh

(0.04 sec)
  1. Extract Assets from OBJ File Formats via Java |...

    Sample Java extract assets code for OBJ file. Use this example code to extract assets from OBJ 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/obj/
  2. Extract Assets from DXF File Formats via Java |...

    Sample Java extract assets code for DXF file. Use this example code to extract assets from DXF 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/dxf/
  3. Extract Assets from 3MF File Formats via Java |...

    Sample Java extract assets code for 3MF file. Use this example code to extract assets from 3MF 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/3mf/
  4. Extract Assets from AMF File Formats via Java |...

    Sample Java extract assets code for AMF file. Use this example code to extract assets from AMF 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/amf/
  5. 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/
  6. ValueCount | Aspose.PSD for .NET API Reference

    ValueCount UnitArrayStructure.ValueCount property Gets the value count. public int ValueCount { get ; } Property Valu...... Length , 1 ); var mesh = custom . Structures [ 0 ];...typeof ( ObjectArrayStructure ), mesh . GetType ()); var meshObjectArray...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  7. Structures | Aspose.PSD for .NET API Reference

    Structures ObjectArrayStructure.Structures property Gets or sets the substructures in the object array structure. pub...... Length , 1 ); var mesh = custom . Structures [ 0 ];...typeof ( ObjectArrayStructure ), mesh . GetType ()); var meshObjectArray...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  8. Add Blind Watermark Verification to USD File Fo...

    C# source code to load, render and add blind Watermark Verification to USD documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/verify-watermark/usd/
  9. Add Blind Watermark Verification to PLY File Fo...

    C# source code to load, render and add blind Watermark Verification to PLY documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/verify-watermark/ply/
  10. Add Blind Watermark Verification to X File Form...

    C# source code to load, render and add blind Watermark Verification to X documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/verify-watermark/x/