mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
New TriangleMeshSlicer::cut() method
This commit is contained in:
parent
519ed91c68
commit
86f91bb3c4
8 changed files with 266 additions and 135 deletions
|
@ -19,9 +19,4 @@ sub center {
|
|||
return $self->bounding_box->center;
|
||||
}
|
||||
|
||||
sub facets_count {
|
||||
my $self = shift;
|
||||
return $self->stats->{number_of_facets};
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue