Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 1,024 for

cylinder

(0.77 sec)
  1. 3D sahnesinde 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....entities import Cylinder from aspose.threed.shading...Scene () # Create a cylinder child node cylinder = scene . root_node...

    docs.aspose.com/3d/tr/python-net/save-a-3d-scen...
  2. Agregando Transformación al Nodo|Documentation

    Aspose.3D para Node.js a través de la API de Java tiene soporte para rotar objetos en el espacio 3D. Hay tres formas de definir la rotación de un objeto en el espacio 3D: ángulos de Euler, Quaternion y Matriz Personalizada, todas ellas son compatibles con la clase Transform....cilindro var cylinder = new aspose . threed . Cylinder ( 2 , 2 ,...getRootNode (). createChildNode ( cylinder ); // Ángulos de Euler Node...

    docs.aspose.com/3d/es/nodejs-java/adding-transf...
  3. Sparen Sie eine 3D-Szene in der PDF|Documentation

    Die Scene-Klasse der Aspose.3D API repräsentiert eine 3D-Szene. Entwickler können eine 3D-Szene erstellen, indem sie Kamera, Licht, Polygone und verschiedene andere Entitäten hinzufügen. Sie können jetzt auch eine 3D-Szene im PDF-Dateiformat speichern....entities import Cylinder from aspose.threed.shading...Scene () # Create a cylinder child node cylinder = scene . root_node...

    docs.aspose.com/3d/de/python-net/save-a-3d-scen...
  4. Salva una scena di 3D in PDF|Documentation

    La classe Scena di Aspose.3D API rappresenta una scena di 3D. Gli sviluppatori possono creare una scena da 3D aggiungendo fotocamera, luce, poligoni e varie altre entità. Ora possono anche salvare una scena di 3D nel formato di file PDF....entities import Cylinder from aspose.threed.shading...Scene () # Create a cylinder child node cylinder = scene . root_node...

    docs.aspose.com/3d/it/python-net/save-a-3d-scen...
  5. Variazioni pubbliche di API in Aspose.3D 1.7.0|...

    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/it/net/public-api-changes-in...
  6. تحويل شبكة لكائن واحد 3D في ملف PLY|Documentation

    يمكن استخدام أعضاء EncodeMesh الذين تم تعريضهم من قبل فئة plysformat لتحويل شبكة اعتراض 3D إلى ملف PLY. يأخذ أعضاء EncodeMesh الشبكة ، اسم ملف الإخراج وكائنات PlySaveOptions كمعاملات. باستخدام خيارات الحفظ PLY ، يمكن للمطورين تغيير اسم مكونات الإحداثيات.... C# // Create a cylinder object and save it to ply.... EncodeMesh ( new Cylinder (), "cylinder.ply" ); /* using Ply...

    docs.aspose.com/3d/ar/net/convert-mesh-of-a-sin...
  7. Konvertera ett enda objekt i 3D fil i PLY|Docum...

    De överbelastade EncodeMesh-medlemmarna som exponeras av PlyFormat-klassen kan användas för att konvertera mesh för ett 3D-objekt till PLY fil. EncodeMesh medlemmar tar Mesh, utdatafilnamn och PlySaveOptions objekt som parametrar. Med PLY sparningsalternativ kan utvecklare ändra namnet på koordinatkomponenter.... C# // Create a cylinder object and save it to ply.... EncodeMesh ( new Cylinder (), "cylinder.ply" ); /* using Ply...

    docs.aspose.com/3d/sv/net/convert-mesh-of-a-sin...
  8. Предоставить геометрическое преобразование|Docu...

    Aspose.3D для Node.js через Java позволяет выводить геометрическое преобразование 3D-сцены. Вы можете вычислить глобальное преобразование, используя метод evaluateGlobalTransform....цилиндра var cylinder = new aspose . threed . Cylinder (); // Создание...getRootNode (). createChildNode ( cylinder ); // Получение геометрического...

    docs.aspose.com/3d/ru/nodejs-java/expose-geomet...
  9. Arsip

    Arsip...Silinder Cylinder cylinder = new Cylinder(); cylinder.setName("Cylinder");...setName("Cylinder"); // Buat node anak dan tambahkan objek Silinder...

    blog.aspose.com/id/3d/create-3d-scene-using-java/
  10. Добавление преобразования к узлу|Documentation

    Aspose.3D для Node.js через Java API поддерживает поворот объектов в 3D пространстве. Существует три способа определения поворота объекта в 3D пространстве: углы Эйлера, кватернионы и пользовательская матрица, все они поддерживаются классом Transform....цилиндра var cylinder = new aspose . threed . Cylinder ( 2 , 2 ,...getRootNode (). createChildNode ( cylinder ); // Углы Эйлера Node . getTransform...

    docs.aspose.com/3d/ru/nodejs-java/adding-transf...