mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Remove all id() and ordered_id() methods
This commit is contained in:
parent
1d04e15b63
commit
144a704e3b
4 changed files with 3 additions and 28 deletions
|
@ -73,18 +73,6 @@ sub offset {
|
|||
} $self->expolygon->offset_ex(@_);
|
||||
}
|
||||
|
||||
sub add_hole {
|
||||
my $self = shift;
|
||||
my ($hole) = @_;
|
||||
|
||||
push @$self, $hole;
|
||||
}
|
||||
|
||||
sub id {
|
||||
my $self = shift;
|
||||
return $self->contour->id;
|
||||
}
|
||||
|
||||
sub clipper_polygon {
|
||||
my $self = shift;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue