mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
remove line breaks
This commit is contained in:
parent
597df613c9
commit
0ec47b88e7
@ -4,8 +4,7 @@ export default class {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.parts = [];
|
this.parts = [];
|
||||||
}
|
}
|
||||||
|
getOutline() {
|
||||||
getOutline () {
|
|
||||||
const outLines = new Shape([], true);
|
const outLines = new Shape([], true);
|
||||||
|
|
||||||
for (let i = 0; i < this.parts.length; i ++) {
|
for (let i = 0; i < this.parts.length; i ++) {
|
||||||
@ -18,8 +17,7 @@ export default class {
|
|||||||
|
|
||||||
return outLines;
|
return outLines;
|
||||||
}
|
}
|
||||||
|
add(shape) {
|
||||||
add (shape) {
|
|
||||||
const part = { shape };
|
const part = { shape };
|
||||||
|
|
||||||
if (shape.closed) {
|
if (shape.closed) {
|
||||||
|
Loading…
Reference in New Issue
Block a user