mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Bugfix: crash when rendering lines with zero length in 3D preview. #2569
This commit is contained in:
@@ -92,14 +92,13 @@ class ExtrusionLoop : public ExtrusionEntity
|
||||
bool is_loop() const {
|
||||
return true;
|
||||
};
|
||||
operator Polygon() const;
|
||||
ExtrusionLoop* clone() const;
|
||||
bool make_clockwise();
|
||||
bool make_counter_clockwise();
|
||||
void reverse();
|
||||
Point first_point() const;
|
||||
Point last_point() const;
|
||||
void polygon(Polygon* polygon) const;
|
||||
Polygon polygon() const;
|
||||
double length() const;
|
||||
bool split_at_vertex(const Point &point);
|
||||
void split_at(const Point &point);
|
||||
|
||||
Reference in New Issue
Block a user