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

cylinder

(0.05 sec)
  1. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Python via .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的转换。...entities import Cylinder from aspose.threed.utilities...Create 3 cylinders to represent each quaternion cylinder = scene...

    docs.aspose.com/3d/zh/python-net/concatenate-qu...
  2. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for .NET 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。...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/concatenate-quaternio...
  3. 连接四元数并应用于 3D 实体|Documentation

    Aspose.3D for Java 允许开发人员将两个旋转转换合并为一个以四元数表示的旋转转换。...Create 3 cylinders to represent each quaternion Node cylinder = scene...createChildNode ( "cylinder-q1" , new Cylinder ( 0 . 1 , 1 , 2 ));...

    docs.aspose.com/3d/zh/java/concatenate-quaterni...
  4. 与气缸一起工作|Documentation

    Aspose.3D for .NET 允许自定义圆柱体的偏移顶部。为了使用此功能,可以使用Cylinder类的Offset属性。...为了使用此功能,您可以使用 Cylinder 类的 Offset 属性。以下代码段显示了如何自定义偏移顶部:...Initialize cylinder var cylinder1 = new Cylinder ( 2 , 2 , 10...

    docs.aspose.com/3d/zh/net/working-with-cylinder/
  5. 与气缸一起工作|Documentation

    Aspose.3D for Node.js via Java 允许自定义圆柱体的偏移顶部。为了使用此功能,您可以使用Cylinder类的setOffsetTop() 方法。...为了使用此功能,您可以使用 Cylinder 类的 setOffsetTop() 方法。以下代码段显示了如何自定义偏移顶部:.... Scene (); // Initialize cylinder var cylinder1 = new aspose...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  6. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize cylinder var cylinder = new aspose . threed . Cylinder ( 2...getRootNode (). createChildNode ( cylinder ); // Euler angles Node ....

    docs.aspose.com/3d/nodejs-java/adding-transform...
  7. 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...
  8. 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-...
  9. 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...
  10. 在 PDF 中保存 3D 场景|Documentation

    Aspose 的场景类。3D API 表示 3D 场景。开发人员可以通过添加相机,灯光,多边形和各种其他实体来构建 3D 场景。他们现在还可以将 3D 场景保存为 PDF 文件格式。...entities import Cylinder from aspose.threed.shading...Scene () # Create a cylinder child node cylinder = scene . root_node...

    docs.aspose.com/3d/zh/python-net/save-a-3d-scen...