polybool error because of invalid polygon

3 ビュー (過去 30 日間)
Daniel
Daniel 2014 年 11 月 28 日
回答済み: Rob Comer 2020 年 1 月 28 日
Hello,
i am having trouble with handling polygons with the polybool function. In some cases i get an error that my polygons are invalid, although they look fine in my opinion. Furthermore the calculation of the intersection (same two polygons) does not give the right result. I have added the files with the coordinates of the polygons that cause trouble and the result of the intersection, which has an error in the upper part of the polygons. I hope someone has a solution to this problem.
Thanks in advance
--------------- I'm sorry, i added the files now.
  1 件のコメント
Geoff Hayes
Geoff Hayes 2014 年 11 月 28 日
Daniel - the files have not been attached. After choosing the file, make sure you press the Attach File button.

サインインしてコメントする。

回答 (2 件)

Daniel
Daniel 2014 年 12 月 8 日
no one having an idea to handle this issue?

Rob Comer
Rob Comer 2020 年 1 月 28 日
Errors like these can easily arise from small defects in the topology of the input polygons. The MATLAB polyshape class (with methods including intersect, subtract, etc.) is available in R2017b and later and is recommended over polybool. polyshape includes automated data correction/clean-up by default. (See the 'Simplify' name-value option.)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by