Changes between Initial Version and Version 1 of Ticket #6246


Ignore:
Timestamp:
Nov 30, 2015, 2:19:35 AM (8 years ago)
Author:
oleinik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6246 – Description

    initial v1  
    11DXF POLYLINE entities can represent a Polyface Meshes. It determined by the presence of the group code 70 with value of 64. Group code 71 represents number of points in mesh and group code 72 represents number of faces.
    22In this mode VERTEX entities with group code 70 = 192 (128 + 64) represents points with coordinates 10,20,30 group codes and VERTEX with group code 70 = 128 represents faces of this mesh and group codes 71,72,73,74 contains indexes of previosly defined points, staring at 1.
    3 Such POLYLINE entities must be translated to wkbMultiPolygon, wkbMultiPolygon25D but not wkbLineString, wkbLineString25D
     3Such POLYLINE entities must be translated to wkbMultiPolygon, wkbMultiPolygon25D but not wkbLineString, wkbLineString25D.
     4Or may be translated to wkbCurvePolygon, wkbCurvePolygonZ. I don't know what will be better.