Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,024 for

cylinder

(0.13 sec)
  1. 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...
  2. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Python via .NET allows developers to combine two rotation transformation into one represented in a quaternion....three quaternions to three cylinders. Programming Sample This code...and apply them to different cylinders. from aspose.threed import...

    docs.aspose.com/3d/python-net/concatenate-quate...
  3. 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...
  4. 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...
  5. 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...
  6. 创建具有原始 3D 形状的场景|Documentation

    使用 Aspose.3D for Python via .NET,开发人员可以定义具有原始 3D 形状的场景。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。...entities import Box , Cylinder # For complete examples and..."box" , Box ()) # Create a Cylinder model scene . root_node ....

    docs.aspose.com/3d/zh/python-net/create-scene-w...
  7. 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-...
  8. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Python via .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...to_mesh () Convert a Cylinder to Mesh A cylinder is one of the most...

    docs.aspose.com/3d/python-net/convert-mesh-to-t...
  9. 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....entities import Box , Cylinder # For complete examples and..."box" , Box ()) # Create a Cylinder model scene . root_node ....

    docs.aspose.com/3d/python-net/create-scene-with...
  10. Save a 3D Scene in the PDF|Documentation

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can build a 3D scene by adding Camera, Light, polygons and various other entities. They can also now save a 3D scene in the PDF file format.... Create a 3D PDF with a Cylinder, and Rendered in Shaded Illustration...aspose.threed.entities import Cylinder from aspose.threed.formats...

    docs.aspose.com/3d/python-net/save-a-3d-scene-i...