AssemblyRenderMixin is a mixin containing rules that can be used by other designs.
We do not use it alone; instead, it is used to add the rules to other designs. BaseAssembly, which is used widely, has AssemblyRenderMixin as a mixin.
BaseAssembly supports positioning (via FrameMixin) and three.js modeling and rendering (via AssemblyRenderMixin and Render3Mixin)
Mixins
Render3Mixin
FrameMixin
BaseAssembly