mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Finished implementation of TriangleMesh->split
This commit is contained in:
parent
2d4aa439ae
commit
27e7c6b9f7
18 changed files with 59 additions and 23 deletions
|
@ -51,7 +51,7 @@ ExPolygon::is_valid() const
|
|||
}
|
||||
|
||||
SV*
|
||||
ExPolygon::to_SV() {
|
||||
ExPolygon::to_AV() {
|
||||
const unsigned int num_holes = this->holes.size();
|
||||
AV* av = newAV();
|
||||
av_extend(av, num_holes); // -1 +1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue