Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 576 for

sphere

(0.7 sec)
  1. Mesh in Triangle Mesh und primitive Form in Mes...

    Aspose.3D for .NET API ermöglicht es Entwicklern, jedes Mesh-Objekt in ein Dreiecks netz mit benutzer definiertem Speicher layout des Scheitel punkts zu konvertieren. Das benutzer definierte Speicher layout des Vertex wird mithilfe der Struktur oder dynamisch durch die VertexDeclaration-Klasse in den Code beispielen definiert....man: Konvertieren Sie eine Sphere in Triangle Mesh mit benutzer...new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...

    docs.aspose.com/3d/de/net/convert-mesh-to-trian...
  2. Работа с радиусом сферы|Documentation

    Используя Aspose.3D for .NET, можно задать радиус получения сферы. Для того чтобы получить или задать радиус, вы можете использовать свойство Radius класса Sphere. Ниже приведен пример кода для установки радиуса сферы....использовать свойство Radius класса Sphere . Ниже приведен пример кода...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/ru/net/working-with-radius-o...
  3. ค้นหา

    ค้นหา...entities import Sphere # สร้างวัตถุของคลาส Scene scene...สร้างแบบจำลอง Sphere scene.root_node.create_child_node("Sphere", Sphere())...

    blog.aspose.com/th/3d/3d-in-python/
  4. أرشيف

    أرشيف...entities import Sphere # قم بإنشاء كائن من فئة Scene...نموذج Sphere scene.root_node.create_child_node("Sphere", Sphere())...

    blog.aspose.com/ar/3d/3d-in-python/
  5. Travailler avec le rayon de la sphère|Documenta...

    En utilisant Aspose.3D for .NET, vous pouvez définir le rayon de get d'une sphère. Pour obtenir ou définir un rayon, vous pouvez utiliser la propriété Radius de la classe Sphere. Voici l'exemple de code pour définir le rayon d'une sphère....propriété Radius de la classe Sphere . Voici l’exemple de code pour...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/fr/net/working-with-radius-o...
  6. 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....new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...TriMesh < MyVertex >. FromMesh ( sphere ); // Get the vertex data in...

    docs.aspose.com/3d/sv/net/convert-mesh-to-trian...
  7. ארכיון

    ארכיון...entities import Sphere # צור אובייקט מהמחלקה Scene...מודל של Sphere scene.root_node.create_child_node("Sphere", Sphere())...

    blog.aspose.com/he/3d/3d-in-python/
  8. Encodage du maillage 3D dans le fichier Google ...

    Aspose.3D for Python via .NET API permet aux développeurs d'importer un modèle 3D, puis d'encoder des maillages dans les fichiers Google Draco. Les développeurs peuvent également spécifier la position, les coordonnées de texture, la couleur et les bits normaux ainsi que le niveau de compression avant de coder un maillage....entities import Sphere from aspose.threed.formats...3D-for-.NET # Create a sphere sphere = Sphere () options = DracoSaveOptions...

    docs.aspose.com/3d/fr/python-net/encoding-3d-me...
  9. 编码 Google Draco 文件中的 3D 网格|Documentation

    Aspose.3D for .NET API 允许开发人员导入 3D 模型,然后在 Google Draco 文件中对网格进行编码。开发人员还可以在编码网格之前指定位置,纹理坐标,颜色和正常位以及压缩级别。... 编程示例 此代码示例检索 Sphere 的 Mesh ,然后在指定压缩级别后在 Google...NET // Create a sphere var sphere = new Sphere (); // Encode the...

    docs.aspose.com/3d/zh/net/encoding-3d-mesh-in-t...
  10. Преобразование сетки в треугольную сетку и прим...

    Aspose.3D for .NET API позволяет разработчикам преобразовать любой объект сетки в треугольную сетку с пользовательским расположением памяти вершины. Пользовательская компоновка памяти Vertex определяется с помощью Struct или динамически классом VertexDeclaration в примерах кода.... Ниже примера преобразует Sphere в треугольную сетку с пользовательским...new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...

    docs.aspose.com/3d/ru/net/convert-mesh-to-trian...