Replies: 1 comment 1 reply
-
available_boudPaths = list(self._entity.paths.rendering_paths(hatch_style=self._entity.dxf.hatch_style))
for path in available_boudPaths:
if isinstance(path, PolylinePath):
extract_line_fomr_PolylinePath()
elif isinstance(path, EdgePath):
extract_line_fomr_EdgePath() https://ezdxf.readthedocs.io/en/stable/dxfentities/hatch.html |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to get the specific line data of the relevant boundary path from the hatch entity. Are there any examples?
Beta Was this translation helpful? Give feedback.
All reactions