Skip to content

Shapefile export

domlysz edited this page Mar 20, 2020 · 5 revisions

The shapefile exporter tool can be used to produce 3d shapefile from mesh data. The expected shape type (point, line polygon) must be defined by the user.

Usage :

The operator will export the current selection or the specified collection of objects

There are 2 differents export modes:

  • Mesh to features : each faces, lines or points of the mesh will be exported as new shapefile feature.
  • Objects to features : Each object will be exported as new shapefile feature, so if an object contains more than one face, line or point then multipart features will be produced.

If an object has custom properties, then they will be transposed in the shapefile's attributes table

Clone this wiki locally