Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,024 for

cylinder

(0.07 sec)
  1. Skapa scen med primitiv 3D Formar|Documentation

    Med Aspose.3D for .NET kan utvecklare definiera en scen med primitiva 3D-former. Alla parameteriserade primitive kommer att konverteras till mesh automatiskt medan spara i någon utdatafilformat som stöds.... new Box ()); // Create a Cylinder model scene . RootNode . CreateChildNode...CreateChildNode ( "cylinder" , new Cylinder ()); // Save drawing...

    docs.aspose.com/3d/sv/net/create-scene-with-pri...
  2. إنشاء مشهد بأشكال ثلاثية الأبعاد بدائية|Documen...

    Aspose.3D لـ Node.js عبر واجهة برمجة تطبيقات Java يدعم الأشكال ثلاثية الأبعاد الأولية. سيتم تحويل جميع الأوليّات ذات المعلمات إلى شبكة تلقائيًا أثناء الحفظ في أي تنسيق ملف إخراج مدعوم.... Box ()); // Create a Cylinder model scene . getRootNode...createChildNode ( "cylinder" , new aspose . threed . Cylinder ()); // Save...

    docs.aspose.com/3d/ar/nodejs-java/create-scene-...
  3. Installation|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.... Cylinder ()) scene . save ( "Cylinder.fbx" , a3d ...

    docs.aspose.com/3d/es/python-net/installation/
  4. Installation|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.... Cylinder ()) scene . save ( "Cylinder.fbx" , a3d ...

    docs.aspose.com/3d/de/python-net/installation/
  5. Konvertera Mesh till triangel Mesh och Primitiv...

    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....föremål som låda, sfär, plan, cylinder och torus. Any class that...(); Konvertera en cylinder till mesh En cylinder är en av de mest...

    docs.aspose.com/3d/sv/net/convert-mesh-to-trian...
  6. Crea una scena con forme primitive 3D|Documenta...

    Aspose.3D for Java API supporta forme primitive di 3D. Tutte le primitive parametrizzate verranno convertite automaticamente in mesh durante il salvataggio in qualsiasi formato di file di output supportato.... new Box ()); // Create a Cylinder model scene . getRootNode...createChildNode ( "cylinder" , new Cylinder ()); // Save drawing...

    docs.aspose.com/3d/it/java/create-scene-with-pr...
  7. Exposer la Transformation Géométrique|Documenta...

    Aspose.3D pour Node.js via Java permet d'exposer la transformation géométrique d'une scène 3D. Vous pouvez évaluer la transformation globale en utilisant la méthode evaluateGlobalTransform....cylindre var cylinder = new aspose . threed . Cylinder (); // Créer...getRootNode (). createChildNode ( cylinder ); // Obtenir la Translation...

    docs.aspose.com/3d/fr/nodejs-java/expose-geomet...
  8. Crea scena con forme 3D primitive|Documentation

    Aspose.3D per Node.js tramite API Java supporta le forme 3D primitive. Tutti i primitivi parametrizzati verranno convertiti in mesh automaticamente durante il salvataggio in qualsiasi formato di file di output supportato....Box ()); // Crea un modello Cylinder scene . getRootNode (). createChildNode...createChildNode ( "cylinder" , new aspose . threed . Cylinder ()); // Salva...

    docs.aspose.com/3d/it/nodejs-java/create-scene-...
  9. Archiv

    Archiv...objekt Cylinder var cylinder = new Cylinder(); cylinder.Name =...= "Cylinder"; // Vytvořte podřízený uzel a přidejte objekt Cylinder...

    blog.aspose.com/cs/3d/create-3d-scene-using-csh...
  10. 档案

    档案...初始化圆柱体对象 Cylinder cylinder = new Cylinder(); cylinder.setName("Cylinder");...setName("Cylinder"); // 创建子节点并添加Cylinder对象 Node node = scene.getRootNode()...

    blog.aspose.com/zh/3d/create-3d-scene-using-java/