jsketcher/web/app/brep/geom/surface.js
2017-01-09 03:19:41 -08:00

12 lines
No EOL
107 B
JavaScript

export class Surface {
constructor() {
}
intersect() {
throw 'not implemented';
};
}