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

mesh

(0.09 sec)
  1. 以自定义二进制格式保存 3D 网格|Documentation

    使用 Aspose.3D for .NET API,开发人员可以打开任何受支持的 3D 文件,然后在自定义二进制文件中写入网格。...Entities ) { // only convert meshes, lights/camera and other stuff...IMeshConvertible )) continue ; Mesh m = (( IMeshConvertible ) entity...

    docs.aspose.com/3d/zh/net/save-3d-meshes-in-cus...
  2. 以自定义二进制格式保存 3D 网格|Documentation

    Aspose.3D for Java API 支持打开任何受支持的 3D 文档,然后在二进制文件中写入网格。...getEntities ()) { // only convert meshes, lights/camera and other stuff...IMeshConvertible )) continue ; Mesh m = (( IMeshConvertible ) entity...

    docs.aspose.com/3d/zh/java/save-3d-meshes-in-cu...
  3. Expose Geometric Transformation|Documentation

    Aspose.3D for Java allows exposing geometric transformation of a 3D scene. You can evaluate the global transformation using evaluateGlobalTransform method....evaluateGlobalTransf ( false )); Create 3D Mesh and Scene Set up normals or...

    docs.aspose.com/3d/java/expose-geometric-transf...
  4. 搜索

    搜索...nozzleSize); // 對 Mesh 對象執行計算操作 Aspose.ThreeD.Entities.Mesh mesh = new Aspose...Aspose.ThreeD.Entities.Mesh(); for (int y = 0; y < heightSegs;...

    blog.aspose.com/zh-hant/3d/convert-jpg-image-to...
  5. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....of Sphere Create Polygon In Mesh...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  6. Generate Point Cloud to USDZ File Formats via ....

    C# source code to load, render and add generate point cloud to USDZ documents on .NET Framework, .NET Core, Mono....IMeshConvertible mc) { var mesh = mc.ToMesh(); Merge(pc, mesh, transform);...Description) 3DS (3D Studio Mesh File Format)...

    products.aspose.com/3d/net/point-cloud/usdz/
  7. Generate Point Cloud to JT File Formats via .NE...

    C# source code to load, render and add generate point cloud to JT documents on .NET Framework, .NET Core, Mono....IMeshConvertible mc) { var mesh = mc.ToMesh(); Merge(pc, mesh, transform);...Transmission Format) 3DS (3D Studio Mesh File Format) OBJ (3D File Format)...

    products.aspose.com/3d/net/point-cloud/jt/
  8. Generate Point Cloud to USD File Formats via .N...

    C# source code to load, render and add generate point cloud to USD documents on .NET Framework, .NET Core, Mono....IMeshConvertible mc) { var mesh = mc.ToMesh(); Merge(pc, mesh, transform);...Model Image) 3DS (3D Studio Mesh File Format) USDZ (Universal...

    products.aspose.com/3d/net/point-cloud/usd/
  9. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for .NET, you can select one or more objects under the current node using XPath-Like query syntax. The query syntax was inspired by XPath, so most concepts and syntax are similar, the query syntax is compatible with URL so it will be used in our cloud version in the future. ...supported by <Mesh> , this is equivalent to [@Type = 'Mesh'] , identifiers...SelectSingleObject ( "/" ); Merge Meshes in 3D file...

    docs.aspose.com/3d/net/work-with-xpath-like-obj...
  10. Convert USDZ to ASE via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API... You can include Mesh definition along with vertex...data for the objects, complete mesh definition of every n frames...

    products.aspose.com/3d/net/conversion/usdz-to-ase/