Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 13,386 for

mesh

(0.06 sec)
  1. Extract Assets from RVM File Formats via .NET |...

    C# source code to load, render and add extract assets from RVM 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/rvm/
  2. Extract Assets from DRC File Formats via .NET |...

    C# source code to load, render and add extract assets from DRC 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/drc/
  3. Aspose.3D for Java 20.4发行说明|Documentation

    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....stl" ); Mesh mesh = ( Mesh ) s . getRootNode ()...= TriMesh . fromMesh ( vd , mesh ); //print each vertex's position...

    docs.aspose.com/3d/zh/java/aspose-3d-for-java-2...
  4. Extract Assets from VRML File Formats via Java ...

    Sample Java extract assets code for VRML file. Use this example code to extract assets from VRML 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/vrml/
  5. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for .NET API, developers can build tangent and binormal data for all Meshes in any supported 3D file....Tangent and Binormal Data for all Meshes in 3D Model Contents [ Hide...tangent and binormal data for all meshes in any supported 3D file. Build...

    docs.aspose.com/3d/net/build-tangent-and-binorm...
  6. UnitArrayStructure | Aspose.PSD for .NET API Re...

    UnitArrayStructure UnitArrayStructure constructor Initializes a new instance of the UnitArrayStructure class. public ...... Length , 1 ); var mesh = custom . Structures [ 0 ];...typeof ( ObjectArrayStructure ), mesh . GetType ()); var meshObjectArray...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  7. 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...
  8. SplitMeshPolicy | Aspose.3D for .NET API Reference

    SplitMeshPolicy SplitMeshPolicy enumeration Share vertex/control point data between sub-Meshes or each sub-Mesh has i......point data between sub-meshes or each sub-mesh has its own compacted...data will be copied to the sub-mesh See Also namespace Aspose.ThreeD...

    reference.aspose.com/3d/net/aspose.threed.entit...
  9. Add Blind Watermark Verification to 3DS File Fo...

    Sample Java blind watermark verification code for 3DS file. Use this example code to add blind watermark verification to 3DS 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/3ds/
  10. Aspose.3D for Java 20.4 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....stl" ); Mesh mesh = ( Mesh ) s . getRootNode ()...= TriMesh . fromMesh ( vd , mesh ); //print each vertex's position...

    docs.aspose.com/3d/java/aspose-3d-for-java-20-4...