Warn about models with overlapping or intersecting facets but try to repair wrong layers. #16
This commit is contained in:
parent
d51a37a0ae
commit
42383dec84
3 changed files with 45 additions and 0 deletions
|
@ -13,6 +13,8 @@ has 'id' => (
|
|||
required => 1,
|
||||
);
|
||||
|
||||
has 'slicing_errors' => (is => 'rw');
|
||||
|
||||
# collection of spare segments generated by slicing the original geometry;
|
||||
# these need to be merged in continuos (closed) polylines
|
||||
has 'lines' => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue