Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 8,332 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. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. ...UV and associate it with the mesh. Following code snippet shows...

    docs.aspose.com/3d/java/generate-uv/
  4. 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/
  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. 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-...
  7. Feature List|Documentation

    General Features and Feature Matrix for C# .NET 3D File Manipulation and Conversion API....texture Polygon meshes Triangle-based meshes Vertex elements...deformer Property animation Mesh Compression Supported glTF 2...

    docs.aspose.com/3d/net/feature-list/
  8. Create Scene with Primitive 3D Shapes|Documenta...

    Aspose.3D for Java API has support of primitive 3D shapes. All parameterized primitives will be converted to Mesh automatically while saving in any supported output file format....primitives will be converted to mesh automatically while saving in...Information to 3D document Save 3D Meshes in Custom Binary Format...

    docs.aspose.com/3d/java/create-scene-with-primi...
  9. Generate UV|Documentation

    Aspose.3D for Python via .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. Following code snippet shows complete functionality to generate and associate it....UV and associate it with the mesh. Following code snippet shows...

    docs.aspose.com/3d/python-net/generate-uv/
  10. Transformation|Documentation

    Articles about transformation of 3D objects in Aspose.3D for .NET....and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...

    docs.aspose.com/3d/net/transformation/