UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

11 lines (10 loc) 219 B
"use strict"; import { CadPrimitive } from "./CadPrimitive"; export class CadPrimitiveShell extends CadPrimitive { static primitiveName() { return "shell"; } static entitiesCount(object) { return 0; } }