How to get linetypes from layers? #573
-
Excuse me, I currently get dashes from the LTYPE of the layer, but there is linetype information in the CAD layer. Is there any deviation in this way? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
if you look at the dwg.spec, you'll see that the LAYER.ltype handle contains the link to the LINETYPE. |
Beta Was this translation helpful? Give feedback.
-
A simple example would e.g. be VALUE_HANDLE for decode, because it resolves the name of a table handle when logging. src/dec_macros.h:269
|
Beta Was this translation helpful? Give feedback.
-
At present, the transparency, plot style and whether to print of the layer have not obtained valid data. Is my operation wrong? |
Beta Was this translation helpful? Give feedback.
if you look at the dwg.spec, you'll see that the LAYER.ltype handle contains the link to the LINETYPE.
Plus there's a LAYER.linewt (lineweight)