Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: August 2021
Read Features from OpenStreetMap (OSM) Files using C#
OpenStreetMap (OSM) is a free and editable world map. It is built by volunteers and released with an open-content license. The license allows free access to the map images and underlying map data. There might be scenarios where you want to read features from OSM files within your .NET applications. To that end, this article will teach you how to read features from OSM files programmatically using C#.
Posted in Aspose.GIS Product Family Tagged Read Features from OSM Files using C#, Read OSM File C#
Detect Latin Symbols in TrueType and Type1 Fonts using Java
Fonts are a set of printable or displayable characters with different styles, weights, etc. They are used to add a different look and feel to documents or web pages based on different requirements. Font files contain the design and other information regarding the font. In this article, we will use the font files to detect whether a font supports Latin symbols or not programmatically with Java.
Split or Merge 3D Mesh in 3D File Programmatically in C#
You can split all meshes of a 3D scene into several sub-meshes. Likewise, you can merge multiple meshes into a single mesh programmatically using C#. This article covers the splitting and merging of 3D meshes in different scenarios.
Posted in Aspose.3D Product Family Tagged merge mesh in 3D, merge meshes in 3D, split mesh in 3D