Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 7,206 for

polygon

(0.05 sec)
  1. Travailler avec les fichiers au format d'échang...

    La bibliothèque GIS C# vous permet d'ouvrir et de lire les entités des fichiers au format d'échange GPS (GPX)....dans un segment Écrire les polygones sous forme de lignes dans...ne prend pas en charge les polygones et les multipolygones. Par...

    docs.aspose.com/gis/fr/net/gpx-gps-exchange/
  2. Öffentliche API Änderungen in Aspose.3D 16.9.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....Polygon Modifier-Klasse hinzu Fügt...der Aspose.ThreeD.Entities.Polygon Modifier-Klasse hinzu Dieses...

    docs.aspose.com/3d/de/net/public-api-changes-in...
  3. Cách Vẽ Hình Học trên Bản Đồ|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....có lỗ bên trong: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/vi/net/how-to-draw-geometry/
  4. چگونگی ترسیم هندسه بر روی نقشه|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....آن ایجاد می کند: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/fa/net/how-to-draw-geometry/
  5. Crear 3D Malla y escena|Documentation

    Una malla se define por un conjunto de puntos de control y los muchos polígonos de n lados según sea necesario. Este artículo explica cómo definir una malla....controlPoints ); // Create polygons to mesh // Front face (Z+)...Indices of the vertices per each polygon int [] indices = new int []...

    docs.aspose.com/3d/es/java/create-3d-mesh-and-s...
  6. כיצד לצייר גיאומטריה על מפה|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....מצולע עם חור בפנים: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/he/net/how-to-draw-geometry/
  7. Hoe geometrie op een kaart te tekenen|Documenta...

    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....binnenin maakt: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/nl/how-to-draw-geometry/
  8. วิธีวาดรูปทรงเรขาคณิตบนแผนที่|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....มีรูอยู่ภายใน: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/th/net/how-to-draw-geometry/
  9. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java geometrik şekillerdeki normalleri ve uv'yi yönetmeyi teklif eder. Bir ağ, her vertex için temel özellikleri, uzayda pozisyonu ve normal, orijinal yüzeye dik bir vektör olarak bilinir. Normal, sayıları gölgelendirmek için önemlidir ve bir birim vektör olmalıdır. Çoğu örgü biçimi, ağın farklı poligonlarına uygulamak için 2 boyutlu bir doku haritasının hangi kısmının uygulanacağını göstermek için "açılmamış" ağının ayrı bir 2d gösterimi olan bir uv koordinatlarını da destekler....3D vertex/polygon/edge noktalarını kontrol etmek...Common class create mesh using polygon builder method to set mesh...

    docs.aspose.com/3d/tr/java/set-up-normals-or-uv...
  10. How to set the normals? - Free Support Forum - ...

    My requirement is to set the normals of a model’s faces. In my test using a single plane, I used this code for all vertices, but the normals didn’t take effect after importing into 3ds Max. Mesh mesh = new Mesh(); if (p…...Polygon,ReferenceMode.Direct); for...Add(normalElement); } I’ve tried using both polygonal and allsame mapping modes...

    forum.aspose.com/t/how-to-set-the-normals/327835