[GRASS-dev] Re: [GRASS GIS] #1588: v.out.dxf of 3d-polyline is not
complete
GRASS GIS
trac at osgeo.org
Thu Feb 23 14:40:49 EST 2012
#1588: v.out.dxf of 3d-polyline is not complete
-------------------------+--------------------------------------------------
Reporter: khermann | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: Vector | Version: 6.4.0
Keywords: v.out.dxf | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by hamish):
* keywords: => v.out.dxf
* component: Default => Vector
* milestone: => 6.4.3
Old description:
> the vertices of the created dxf have x,y,z values (groups 10,20,30) but
> the polylines are not recognized as 3d-polylines because in the polylines
> header the 3d-Flag (group 70) is not set to 8 or 9.
> polyline header of a 3d-polyline exported with v.out.dxf is
> 0
> POLYLINE
> 8
> line
> 66
> 1
> polyline header of an 3d-polyline should be
> 0
> POLYLINE
> 8
> line
> 66
> 1
> 70
> 8
New description:
the vertices of the created dxf have x,y,z values (groups 10,20,30) but
the polylines are not recognized as 3d-polylines because in the polylines
header the 3d-Flag (group 70) is not set to 8 or 9.
polyline header of a 3d-polyline exported with v.out.dxf is
{{{
0
POLYLINE
8
line
66
1
}}}
polyline header of an 3d-polyline should be
{{{
0
POLYLINE
8
line
66
1
70
8
}}}
--
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1588#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list