Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 8,471 for

mesh

(0.04 sec)
  1. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。... encodeMesh 成员将 Mesh 、输出文件名和 PlySaveOptions 对象作为参数。使用...file FileFormat . PLY . encode_mesh ( Cylinder (), "cylinder.ply"...

    docs.aspose.com/3d/zh/python-net/convert-mesh-o...
  2. 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...one or more objects: Merge Meshes in 3D file...

    docs.aspose.com/3d/net/work-with-xpath-like-obj...
  3. 档案

    档案... 对 Mesh 对象执行计算操作。 使用 Save 方法生成 3d 场景并保存对象。...nozzleSize); // 对 Mesh 对象执行计算操作 Aspose.ThreeD.Entities.Mesh mesh = new Aspose...

    blog.aspose.com/zh/3d/convert-jpg-image-to-lith...
  4. Meta data|Documentation

    Aspose.3D for .NET allows read and write meta data for scene and objects....Asset Information To Scene glTF Mesh Features Example glTF Structural...

    docs.aspose.com/3d/net/working-with-meta-data/
  5. Generate Point Cloud to USDZ File Formats via J...

    Sample Java generate point cloud code for USDZ file. Use this example code to generate point cloud to USDZ file within any Web or Desktop Java based application....(IMeshConvertible) entity; Mesh mesh=mc.toMesh(); Merge(pc, mesh, transform);...formats including. 3DS (3D Studio Mesh File Format) 3MF (3D Manufacturing...

    products.aspose.com/3d/java/point-cloud/usdz/
  6. Generate Point Cloud to USD File Formats via Ja...

    Sample Java generate point cloud code for USD file. Use this example code to generate point cloud to USD file within any Web or Desktop Java based application....(IMeshConvertible) entity; Mesh mesh=mc.toMesh(); Merge(pc, mesh, transform);...formats including. 3DS (3D Studio Mesh File Format) 3MF (3D Manufacturing...

    products.aspose.com/3d/java/point-cloud/usd/
  7. 通過 .NET 從 DAE 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 DAE 文檔加載、呈現和添加提取資產。...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/dae/
  8. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for .NET API, developers can convert all polygons to triangles in any supported 3D file....Triangulation of a Simple Polygon Split Mesh...

    docs.aspose.com/3d/net/convert-all-polygons-to-...
  9. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Python via .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ... Split Mesh Work with XPath-Like Object...

    docs.aspose.com/3d/python-net/working-with-radi...
  10. Generate Point Cloud to U3D File Formats via Ja...

    Sample Java generate point cloud code for U3D file. Use this example code to generate point cloud to U3D file within any Web or Desktop Java based application....(IMeshConvertible) entity; Mesh mesh=mc.toMesh(); Merge(pc, mesh, transform);...information such as triangle meshes, lighting, shading, motion...

    products.aspose.com/3d/java/point-cloud/u3d/