Solid.union()
Runs a boolean union with another solid and returns a new Solid with merged face labels, metadata, and aux edges.
Usage
javascript
const result = solid.union(otherSolid);Inputs are not mutated.
Solid.union()Runs a boolean union with another solid and returns a new Solid with merged face labels, metadata, and aux edges.
const result = solid.union(otherSolid);Inputs are not mutated.