Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 8,477 for

mesh

(0.12 sec)
  1. Convert USD to 3DS via Python | products.aspose...

    Convert USD & other 3D files using .NET API...extension represents 3D Sudio (DOS) mesh file format used by Autodesk...information like camera locations, Mesh data, lighting information,...

    products.aspose.com/3d/python-net/conversion/us...
  2. Add Animation Property and Setup Target Camera ...

    Aspose.3D for Java supports rendering animated scene. This article explains prerequisites to move an object.... Move Cube’s Position The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/java/add-animation-property-...
  3. Add Animation Property and Setup Target Camera ...

    In Aspose.3D, object animation is actually key-frame animation that animates on properties. To animate properties, you need a CurveMapping instance which maps components of a property to different curves, for example, a Vector3 property can have 3 components X/Y/Z, which will set up three channels in CurveMapping, every channel can have a set of Curves.... Move Cube’s Position The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/python-net/add-animation-pro...
  4. 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...
  5. Create Scene with Primitive 3D Shapes|Documenta...

    Using Aspose.3D for Python via .NET, developers can define a scene with 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...

    docs.aspose.com/3d/python-net/create-scene-with...
  6. Convert USDZ to ASE via Python | products.aspos...

    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/python-net/conversion/us...
  7. 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...
  8. 转换 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...
  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...one or more objects: Merge Meshes in 3D file...

    docs.aspose.com/3d/net/work-with-xpath-like-obj...
  10. 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/