jsketcher/web/app/brep/topo/shell.js
2017-01-06 02:34:42 -08:00

8 lines
No EOL
67 B
JavaScript

export class Shell {
constructor() {
this.faces = []
}
}