[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libredwg] POLYLINE_2D and VERTEX_2D
From: |
Bernhard Metzger |
Subject: |
[libredwg] POLYLINE_2D and VERTEX_2D |
Date: |
Mon, 13 Dec 2010 16:43:45 +0100 |
Hi,
as i told before, i write a dwg to dxf converter.
now i need your help.
how can i get the following vertices out of the polyline_2d struct?
> typedef struct _dwg_entity_POLYLINE_2D
> {
> BITCODE_BD elevation;
> BITCODE_BE extrusion;
> BITCODE_BL owned_obj_count;
> BITCODE_H first_vertex;
> BITCODE_H last_vertex;
> BITCODE_H *vertex;
> BITCODE_H seqend;
> } Dwg_Entity_POLYLINE_2D;
is there a little source sample for that?
--
Mit freundlichen GrĂ¼ssen
Bernhard Metzger
Arcad Systemhaus
Email: address@hidden
Phone: +49 2364 947 25 110
Fax: +49 2364 947 25 119
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libredwg] POLYLINE_2D and VERTEX_2D,
Bernhard Metzger <=