Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 617 for

cylinder

(0.03 sec)
  1. Aspose.3D Get geometric scaling and rotation | ...

    Learn how to get geometric scaling and rotation... We’ll use the Cylinder class to initialize the IMeshConvertible...IMeshConvertible object, and add the cylinder to the scene. We use the GeometricScaling...

    products.aspose.com/3d/tutorial/get-geometric-s...
  2. Primitive Shape to Mesh|Documentation

    Aspose.3D for Node.js via Java API has support of converting any primitive shape to mesh. Primitive shapes include most basic and used objects like box, sphere, plane, Cylinder, and torus....objects like box, sphere, plane, cylinder, and torus. Any class that...toMesh (); Convert a Cylinder to Mesh A cylinder is one of the most...

    docs.aspose.com/3d/nodejs-java/primitive-shape-...
  3. Public API Changes in Aspose.3D 1.7.0|Documenta...

    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....//Create 3 cylinders to represent each quaternion Node cylinder = scene...( "cylinder-q1" , new Cylinder ( 0.1 , 1 , 2 )); cylinder . Transform...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  4. 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....//Create 3 cylinders to represent each quaternion Node cylinder = scene...( "cylinder-q1" , new Cylinder ( 0.1 , 1 , 2 )); cylinder . Transform...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  5. Expose Geometric Transformation|Documentation

    Aspose.3D for Node.js via Java allows exposing geometric transformation of a 3D scene. You can evaluate the global transformation using evaluateGlobalTransform method....Initialize cylinder var cylinder = new aspose . threed . Cylinder ();...getRootNode (). createChildNode ( cylinder ); // Get Geometric Translation...

    docs.aspose.com/3d/nodejs-java/expose-geometric...
  6. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....code example creates a 3D Cylinder object, and then encode in...aspose.threed.entities import Cylinder from aspose.threed.formats...

    docs.aspose.com/3d/python-net/convert-mesh-of-a...
  7. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。... 编程示例 此代码示例创建一个 3D Cylinder对象,然后在 PLY 文件中进行编码。 Python...aspose.threed.entities import Cylinder from aspose.threed.formats...

    docs.aspose.com/3d/zh/python-net/convert-mesh-o...
  8. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....code example creates a 3D Cylinder object, and then encode in...the PLY file. C# // Create a cylinder object and save it to ply...

    docs.aspose.com/3d/net/convert-mesh-of-a-single...
  9. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...此代码示例创建一个 3D Cylinder对象,然后在 PLY 文件中进行编码。 C# // Create a cylinder object.... EncodeMesh ( new Cylinder (), "cylinder.ply" ); /* using Ply...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...
  10. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....objects like box, sphere, plane, cylinder, and torus. Any class that...Mesh . Convert a Cylinder to Mesh A cylinder is one of the most...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...