Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polyline convert to line and arc with AsSimpleEntities method get wrong start/end angle #207

Open
littleplay opened this issue Jun 30, 2024 · 4 comments

Comments

@littleplay
Copy link

littleplay commented Jun 30, 2024

dxf like this:
real

result like this:
error

@uzername
Copy link

uzername commented Jul 3, 2024

I suggest you to check extrusion direction property too. I had similar question when extrusion direction (Z axis) was non-standard

@uzername
Copy link

uzername commented Jul 3, 2024

Also, if possible - attach dxf file

@littleplay
Copy link
Author

sa.zip
@uzername thanks

@lork6
Copy link

lork6 commented Jan 8, 2025

i think the problem is that if the bulge works like this:
bulge > 0 or bulge < -1 counter clockwise
bulge < 0 or bulge > 1 clockwise
but in the converter is only look for 0 >< but after 1 or -1 is change the direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants