Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 8,493 for

geometry

(0.23 sec)
  1. Customize Presentation Shapes in .NET|Aspose.Sl...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for .NET: Geometry paths, curved corners, composite shapes....editing shape geometry through edit points and geometry paths. It...points, and apply updated geometry back to a shape. It also demonstrates...

    docs.aspose.com/slides/net/custom-shape/
  2. Gpx DestinationDriverOptions- WritePolygonsAsLi...

    Hi Aleaxnder, 1.I used: else if (targetFormat.Equals(“Gpx”, StringComparison.OrdinalIgnoreCase)) { options.DestinationDriverOptions = new GpxOptions() { WritePolygonsAsLines = true }; } What is meaning of using Wr…...that controls how polygon geometries are written to a GPX file:...contain only the supported geometry types (waypoints and routes/tracks)...

    forum.aspose.com/t/gpx-destinationdriveroptions...
  3. Bug 5379: Gml to Shapefile- Conversion succeede...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Test data(input/output/QGIS) 5379 Gml Shapefile.zip (58.2 KB) Thanks,...source GML actually contains geometries Open the GML with Aspose...Aspose.Gis; using Aspose.Gis.Geometries; using Aspose.Gis.IO; using...

    forum.aspose.com/t/bug-5379-gml-to-shapefile-co...
  4. Bug 5210: 1.0.0.3_xx- Shapefile to Gpx- Convers...

    Hi Alexander, I moved to new version 26.5 and here my results: Test data(input/output/QGIS) shapefile18.7z (7.2 KB) [ShapefileTest] Testing Shapefile → Gpx Args: input=‘D:\GisConverter\Tests\Shapefile\Input\shapefile…...vertices or features with no geometry . If such features exist,...Aspose.Gis; using Aspose.Gis.Geometries; using Aspose.Gis.Coordinates;...

    forum.aspose.com/t/bug-5210-1-0-0-3-xx-shapefil...
  5. Poor Quality upon Converting SVG to DXF – Aspos...

    Poor Quality - SVG - DXF conversion.zip (3.9 MB) Dear Aspose Support, We are experiencing significant quality issues when converting SVG files to DXF using Aspose.Imaging v25.4.0. These issues are creating serious down…...relies on accurate and clean geometry. Key Problems Observed: Some...leading to geometry artifacts. The output geometry does not consistently...

    forum.aspose.com/t/poor-quality-upon-converting...
  6. What is a Page Layout in C++|Aspose.Words for C++

    Let's figure out what a page layout is. A page layout describes the Geometry of the content contained in a document....page layout describes the geometry of that content. Note, that...content for computing the geometry, but a document can exist...

    docs.aspose.com/words/cpp/what-is-a-page-layout/
  7. Customize Presentation Shapes in PHP|Aspose.Sli...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for PHP via Java: Geometry paths, curved corners, composite shapes....GeometryPath instance represents a geometry path of the GeometryShape...can set the appearance for a geometry path. Using the GeometryPath::getPathData...

    docs.aspose.com/slides/php-java/custom-shape/
  8. Bug 5135: TopoJson to Csv- Conversion succeeded...

    Hi, Input- topojson2.topojson image.png (13.0 KB) Output-topojson2.csv image.png (4.8 KB) Test data(input/output) 5135 TopoJson -Csv.zip (1.5 KB) Thanks,...does not retain the original geometry attributes that QGIS expects...by explicitly writing the geometry as WKT (or as separate X/Y...

    forum.aspose.com/t/bug-5135-topojson-to-csv-con...
  9. Filtering and Indexing GIS Vector Layers in C#|...

    With GIS C# .NET Library or API, you can filter GIS vector layers by attribute values or spatial bounds. You can also use indices to speed up filtering and spatial queries....Features Intersecting With Geometry The following examples uses...features that intersect with geometry: Read, Create and Edit GIS...

    docs.aspose.com/gis/net/filtering-and-indexing/
  10. Generate Point Cloud to OBJ File Formats via Ja...

    Sample Java generate point cloud code for OBJ file. Use this example code to generate point cloud to OBJ file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/obj/