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

Not clipped polyline after offset #33

Open
kadircanik opened this issue Jan 27, 2021 · 1 comment
Open

Not clipped polyline after offset #33

kadircanik opened this issue Jan 27, 2021 · 1 comment

Comments

@kadircanik
Copy link

After offset operation if the new polyline self intersected, the intersected edges clipped and created polylines more than one.
Is that possible to get the intersected polyline without clipping?

@jbuckmccready
Copy link
Owner

You can use the raw offset function here (cavc::internal::createRawOffsetPline). It will return the raw offset polyline (which may have self intersects and have invalid sub parts).

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

2 participants