Type Alias: AnyShape
type AnyShape = 
  | Vertex
  | Edge
  | Wire
  | Face
  | Shell
  | Solid
  | CompSolid
  | Compound;
Defined in: shapes.ts:31
type AnyShape = 
  | Vertex
  | Edge
  | Wire
  | Face
  | Shell
  | Solid
  | CompSolid
  | Compound;
Defined in: shapes.ts:31