Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 13,362 for

mesh

(0.05 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...

    C# source code to load, render and create your lithophane from TGA documents on .NET Framework, .NET Core, Mono....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/net/lithophane/tga/
  6. Edges | Aspose.3D for .NET API 参考

    获取网格的边缘 Edge 在网格中是可选的所以它可以是空的...Edges Mesh.Edges property 获取网格的边缘。 Edge 在网格中是可选的,所以它可以是空的。 public...class Mesh 命名空间 Aspose.ThreeD.Entities 部件 Aspose.3D Mesh PolygonCount...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  7. Vertices - 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....Linestrips Lookat Material Matrix Mesh NameArray Node Nurbs NurbsSurface...identity of mesh-vertices. The vertices element describes mesh-vertices...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  8. Supported File Formats|Documentation

    The following table indicates the file formats that Aspose.3D for Node.js via Java can load and Save....Collada DRC Google Draco Including mesh/point cloud support DXF AutoCAD...OBJ Wavefront Obj Including mesh/point cloud support. HTML Hypertext...

    docs.aspose.com/3d/nodejs-java/supported-file-f...
  9. Values | Aspose.PSD for .NET API Reference

    Values UnitArrayStructure.Values property Gets or sets the unit array structure values. public double [] Values { get...... Length , 1 ); var mesh = custom . Structures [ 0 ];...typeof ( ObjectArrayStructure ), mesh . GetType ()); var meshObjectArray...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  10. 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/