Filter LINES in all LWPOLYLINE in DXF doc using python ezdxf #603
Lukideluki
started this conversation in
General
Replies: 2 comments
-
Solved. The last code stil working. But i am using anaconda spyder and if you install all packages for ezdxf from conda site it's subscribe this function somehow only use |
Beta Was this translation helpful? Give feedback.
0 replies
-
The packages from Version 0.17.2 - 2022-01-06: extended binary wheels support
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Filter LINES in all LWPOLYLINE in DXF doc using python ezdxf
if someone can help me by getting the LINES coordinates from a LWPOLYLINE in a dxf doc i would appreciate.I have the following code:
the "for" above get the block "INSERT" and split them to i can get only LINES. I tried do the same thing for LWPOLYLINE but din't worked.
the code bellow get all coordinates but i need to filter and get coordinates line by line
the code bellow stoped worked suddenly, think the librarie ezdxf changed. getting me error
'LWPolyline' object has no attribute 'virtual_entities'
Beta Was this translation helpful? Give feedback.
All reactions