Solid.constructor()

Creates an empty authored solid with vertex buffers, triangle buffers, face-name tracking, metadata maps, and aux-edge storage.

Usage

javascript
import { Solid } from '../src/BREP/BetterSolid.js';

const solid = new Solid();

Use this as the starting point for manual triangle authoring or as the base class for generated solids.