Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 8,334 for

mesh

(0.04 sec)
  1. Add Blind Watermark Verification to 3DS File Fo...

    C# source code to load, render and add blind Watermark Verification to 3DS 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/3ds/
  2. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Java allows developers to combine two rotation transformation into one represented in a quaternion....data of Mesh among Multiple Nodes of 3D Scene Create 3D Mesh and...

    docs.aspose.com/3d/java/concatenate-quaternions...
  3. How to Use Warp in Aspose.PSD|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....Warp (where users manipulate mesh points) and all standard Warp...Custom Warp with the standard mesh, and we are actively working...

    docs.aspose.com/psd/net/how-to-use-warp-in-aspo...
  4. 通過 .NET 從 RVM 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 RVM 文檔加載、呈現和添加提取資產。...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/zh-hant/net/extractor/rvm/
  5. Mesh|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....Mesh Contents [ Hide ] 分割网格 三角网格 Geometry Polygons...

    docs.aspose.com/3d/zh/java/mesh/
  6. Generate Point Cloud to 3DS File Formats via Ja...

    Sample Java generate point cloud code for 3DS file. Use this example code to generate point cloud to 3DS file within any Web or Desktop Java based application....(IMeshConvertible) entity; Mesh mesh=mc.toMesh(); Merge(pc, mesh, transform);...extension represents 3D Studio (DOS) mesh file format used by Autodesk...

    products.aspose.com/3d/java/point-cloud/3ds/
  7. Aspose 中的公共 API 更改。3D 1.7.0|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....a torus for casting shadows Mesh m = ( new Torus ( "" , 1 , 0...Aspose . ThreeD . Entities . Mesh mesh ) 示例代码: C# //Load a 3ds file...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  8. Add Blind Watermark to 3DS File Formats via Nod...

    Sample Node.js blind watermark code for 3DS file. Use this example code to add blind watermark to 3DS file within any Web based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...extension represents 3D Studio (DOS) mesh file format used by Autodesk...

    products.aspose.com/3d/nodejs-java/watermark/3ds/
  9. Add Blind Watermark to 3DS File Formats via pyt...

    Sample Python blind watermark code for 3DS file. Use this example code to add blind watermark to 3DS file within any Web based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...extension represents 3D Studio (DOS) mesh file format used by Autodesk...

    products.aspose.com/3d/python-net/watermark/3ds/
  10. 通過 .NET 從 VRML 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 VRML 文檔加載、呈現和添加提取資產。...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/zh-hant/net/extractor/vrml/