mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Remove all id() and ordered_id() methods
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user