Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,024 for

cylinder

(0.56 sec)
  1. Сплетите кватернионы и примените их к лицам 3D|...

    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/ru/java/concatenate-quaterni...
  2. Quaternionen verkettieren und auf 3D Entitäten ...

    Aspose.3D for Java ermöglicht es Entwicklern, zwei Rotations transformationen zu einer in einer Quaternion dargestellten zu kombinieren....Create 3 cylinders to represent each quaternion Node cylinder = scene...createChildNode ( "cylinder-q1" , new Cylinder ( 0 . 1 , 1 , 2 ));...

    docs.aspose.com/3d/de/java/concatenate-quaterni...
  3. Arbeiten mit Zylinder|Documentation

    Aspose.3D for Node.js via Java ermöglicht das Anpassen von Offset Top eines Zylinders. Um diese Funktional ität zu nutzen, können Sie die setOffsetTop()-Methode der Cylinder-Klasse verwenden....setOffsetTop() -Methode der Cylinder -Klasse verwenden. Das folgende.... Scene (); // Initialize cylinder var cylinder1 = new aspose...

    docs.aspose.com/3d/de/nodejs-java/working-with-...
  4. العام API يتغير بـ Aspose.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/ar/net/public-api-changes-in...
  5. Kamu API Aspose içinde değişir. 3D 1.7.0|Docume...

    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/tr/net/public-api-changes-in...
  6. Público API Cambios en Aspose.3D 1.7.0|Document...

    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/es/net/public-api-changes-in...
  7. Ajout d'une transformation au nœud|Documentation

    Aspose.3D pour Node.js via l'API Java prend en charge la rotation des objets dans l'espace 3D. Il existe trois façons de définir la rotation d'un objet dans l'espace 3D : les angles d'Euler, les quaternions et une matrice personnalisée, tous pris en charge par la classe Transform....cylindre var cylinder = new aspose . threed . Cylinder ( 2 , 2 ,...getRootNode (). createChildNode ( cylinder ); // Angles d’Euler Node...

    docs.aspose.com/3d/fr/nodejs-java/adding-transf...
  8. كشف التحويل الهندسي|Documentation

    Aspose.3D لـ Node.js عبر Java يتيح تعريض التحويل الهندسي لمشهد ثلاثي الأبعاد. يمكنك تقييم التحويل العام باستخدام طريقة evaluateGlobalTransform....Initialize cylinder var cylinder = new aspose . threed . Cylinder ();...getRootNode (). createChildNode ( cylinder ); // Get Geometric Translation...

    docs.aspose.com/3d/ar/nodejs-java/expose-geomet...
  9. Archiwa

    Archiwa...obiekt Cylinder Cylinder cylinder = new Cylinder(); cylinder.setName("Cylinder");...setName("Cylinder"); // Utwórz węzeł podrzędny i dodaj obiekt Cylinder...

    blog.aspose.com/pl/3d/create-3d-scene-using-java/
  10. Преобразование Mesh одного объекта 3D в файл PL...

    Для преобразования сетки объекта 3D в файл PLY можно использовать перегруженные члены EncodeMesh, выставленные классом PlyFormat. Члены EncodeMesh принимают в качестве параметров Mesh, имя выходного файла и объекты PlySaveOptions. Используя параметры сохранения PLY, разработчики могут изменить имя компонентов координат....пример кода создает объект 3D Cylinder, а затем кодируют в файле...файле PLY. C# // Create a cylinder object and save it to ply file...

    docs.aspose.com/3d/ru/net/convert-mesh-of-a-sin...