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

sphere

(0.58 sec)
  1. Encodage du maillage 3D dans le fichier Google ...

    Aspose.3D for Java API supporte l'importation du modèle 3D, la récupération du maillage, puis l'encodage du maillage dans le fichier Google Draco....exemple de code récupère Mesh of Sphere, puis encode dans le fichier...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...

    docs.aspose.com/3d/fr/java/encoding-3d-mesh-in-...
  2. Trabajar con PointCloud|Documentation

    Aspose.3D for .NET permite decodificar una malla desde un archivo Draco directamente sin construir una escena usando el método Decode de la clase DracoFormat.... Encode ( new Sphere (), "sphere.drc" ); Codificar Esfera...Draco . Encode ( new Sphere (), "sphere.drc" , new DracoSaveOptions...

    docs.aspose.com/3d/es/net/working-with-pointcloud/
  3. Преобразование сетки в треугольную сетку и прим...

    Aspose.3D for Python via .NET API позволяет разработчикам преобразовать любой объект сетки в треугольную сетку с пользовательским расположением памяти вершины. Пользовательская компоновка памяти Vertex определяется с помощью Struct или динамически классом VertexDeclaration в примерах кода.... Ниже примера преобразует Sphere в треугольную сетку с пользовательским...формат файла 3D. Конвертировать “Sphere” в “Meshe” Сфера-это идеально...

    docs.aspose.com/3d/ru/python-net/convert-mesh-t...
  4. ארכיון

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

    blog.aspose.com/he/3d/3d-in-python/
  5. Mit Point Cloud arbeiten|Documentation

    Aspose.3D for .NET ermöglicht das direkte Decodieren eines Netzes aus einer Draco-Datei, ohne eine Szene mit der Decode-Methode der DracoFormat-Klasse zu erstellen.... Encode ( new Sphere (), "sphere.drc" ); Kugel als Point...Draco . Encode ( new Sphere (), "sphere.drc" , new DracoSaveOptions...

    docs.aspose.com/3d/de/net/working-with-pointcloud/
  6. Tonvert Mesh to Triangle Mesh ve Mrimitive Shap...

    Aspose.3D for .NET API, geliştiricilerin herhangi bir örgü nesnesini, vertex'in özel bellek düzeni ile üçgen ağa dönüştürmelerine izin verir. Vertex'in özel bellek düzeni, kod örneklerinde vertexdeclaration sınıfı tarafından yapısı veya dinamik olarak tanımlanır....bellek düzeni ile üçgen ağa bir Sphere dönüştürür. // For complete...new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...

    docs.aspose.com/3d/tr/net/convert-mesh-to-trian...
  7. Travailler avec PointCloud|Documentation

    Aspose.3D for Java permet de décoder un maillage à partir d'un fichier Draco directement sans construire une scène en utilisant la méthode de décodage de la classe DracoFormat....( new Sphere (), RunExamples . getDataDir () + "sphere.drc" );...( new Sphere (), RunExamples . getDataDir ()+ "sphere.drc" ,...

    docs.aspose.com/3d/fr/java/working-with-pointcl...
  8. Работа с радиусом сферы|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...
  9. Архивы

    Архивы...entities import Sphere # Создайте объект класса Scene...root_node.create_child_node("Sphere", Sphere()) # Сохранить документ...

    blog.aspose.com/ru/3d/3d-in-python/
  10. 档案

    档案...entities import Sphere # 创建 Scene 类的对象 scene = Scene()...root_node.create_child_node("Sphere", Sphere()) # 保存 3D 场景文档 scene....

    blog.aspose.com/zh/3d/3d-in-python/