Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 7,223 for

polygons

(0.2 sec)
  1. How to Draw Geometry on a Map|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....creates a polygon with a hole inside: Polygon polygon = new Polygon();...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/net/how-to-draw-geometry/
  2. Triangolazione di un poligono semplice|Document...

    Utilizzando Aspose.3D for .NET API, gli sviluppatori possono triangolare un semplice poligono. Qualsiasi poligono può essere diviso in triangoli. Tutte le operazioni e i calcoli per i triangoli possono essere applicati a tratti al poligono...., pt2 ); } else { // Draw polygon and virtual line // Draw triangles...index of each vertex PointF [] polygon = ToPoints ( this . points...

    docs.aspose.com/3d/it/net/triangulation-of-a-si...
  3. PDFから段落を抽出|Aspose.PDF for C++

    この記事では、Aspose.PDFの特別なツールであるParagraphAbsorberを使用して、PDFドキュメントからテキストを抽出する方法について説明します。...System :: SmartPtr < Point >> polygon , System :: SmartPtr < Page...System :: SmartPtr < Point >> polygon , System :: SmartPtr < Page...

    docs.aspose.com/pdf/ja/cpp/extract-paragraph-fr...
  4. Create KML File using C#

    This tutorial guides on how to create KML file using C#. It has the details to set the IDE, a list of steps, and sample code demonstrating the process to generate KML file using C#....types Create an object of the Polygon class Define a linear ring...as an exterior ring for the polygon Call the ConstructFeature()method...

    kb.aspose.com/gis/net/create-kml-file-using-csh...
  5. Geometrie Konstruktoren|Documentation

    Sie können mit Punktgeometrien, Linienstringgeometrien, Polygongeometrien arbeiten und Geometriesammlungen mit der GIS C#-Bibliothek erstellen.... Polygongeometrie Ein Polygon ist eine Sammlung von Punktgeometrien...sind. Polygon erstellen MultiPolygon erstellen Polygon mit Loch...

    docs.aspose.com/gis/de/geometry-constructors/
  6. PDFから段落を抽出する C#|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDF文書から段落を抽出する方法を学びます。... Point [] polygon , Aspose . Pdf . Page page...Operators . MoveTo ( polygon [ 0 ]. X , polygon [ 0 ]. Y )); for...

    docs.aspose.com/pdf/ja/net/extract-paragraph-fr...
  7. Configurer des normales ou des UV sur Cube et a...

    Aspose.3D for Java propose de gérer les normales et les UV sur les formes géométriques. Un maillage stocke les propriétés clés pour chaque sommet, sa position dans l'espace et sa normale, appelée vecteur perpendiculaire à la surface d'origine. La normale est importante pour les comptes d'ombrage et devrait être un vecteur unitaire. La plupart des formats de maillage prennent également en charge une certaine forme de coordonnées UV qui sont une représentation 2D distincte du maillage "déplié" pour montrer quelle partie d'une carte de texture bidimensionnelle appliquer à différents polygones du maillage....bidimensionnelle appliquer à différents polygones du maillage. L’objet de classe...points de contrôle/polygone vertex/polygone/edge, un exemple pour...

    docs.aspose.com/3d/fr/java/set-up-normals-or-uv...
  8. Öffentliche API Änderungen in Aspose.3D 17.01|D...

    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....Node Class Fügt Polygons-Eigenschaft zu Aspose hinzu...Benutzers umzuwandeln. Fügt Polygons-Eigenschaft zu Aspose hinzu...

    docs.aspose.com/3d/de/net/public-api-changes-in...
  9. Extraire un paragraphe d'un PDF C#|Aspose.PDF f...

    Apprenez à extraire des paragraphes de documents PDF en .NET en utilisant Aspose.PDF pour la récupération de texte structuré.... Point [] polygon , Aspose . Pdf . Page page...Operators . MoveTo ( polygon [ 0 ]. X , polygon [ 0 ]. Y )); for...

    docs.aspose.com/pdf/fr/net/extract-paragraph-fr...
  10. Jak kreslit geometrii na mapě|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....vytváří polygon s dírou uvnitř: Polygon polygon = new Polygon(); LinearRing...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/cs/net/how-to-draw-geometry/