Closed 2D_Polyline #1166
Unanswered
danikolovv
asked this question in
Q&A
Replies: 1 comment 8 replies
-
try this: if (entity_polyline_2d->flag & 512 && entity_polyline_2d -> num_points > 3) {
// do sth
} |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This is the way I found to be used in polyline to take a closed form:
if (entity_polyline_2d->flag)
Currently, some polylines, without actually being with closed ends, are taken with closed ends.
Is there something else that must be used for ensuring the polyline to be extracted correctly?
Thanks,
Daniel
Beta Was this translation helpful? Give feedback.
All reactions