Solid.visualize()

Rebuilds rendered Face, Edge, and helper children for the solid.

Usage

javascript
solid.visualize({
  showEdges: true,
  forceAuthoring: false,
  authoringOnly: false
});

Call this before interacting with rendered Face and Edge instances.