Reading Ellipses as Polylines #615
-
|
Hello, Is there a recommended way to extract or approximate elliptical arcs as polylines using ACadSharp? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
|
I do not believe the library does this currently nor do I think that AutoCad even has this ability included outside of some LSP script or express tools. Representing is fairly simple geometric math with the ellipse equation |
Beta Was this translation helpful? Give feedback.
-
|
Hi @bayramakgul, There is a similar feature request to create a Hatch from entities, I'll open a branch to implement a similar feature but instead to create a Hatch to create a Polyline. Here is the discussion: |
Beta Was this translation helpful? Give feedback.

Hi @bayramakgul,
Yes it was fixed, but I tried to modify the method so it works for Arcs and Ellipses, big mistake...
I'll open a PR to fix it, again 😅
Thanks for the report!