Type Alias: AnyShape
type AnyShape =
| Vertex
| Edge
| Wire
| Face
| Shell
| Solid
| CompSolid
| Compound;
Defined in: packages/replicad/src/shapes.ts:94
type AnyShape =
| Vertex
| Edge
| Wire
| Face
| Shell
| Solid
| CompSolid
| Compound;
Defined in: packages/replicad/src/shapes.ts:94