BasePart

Synopsis

This design is the lowest level design that Intent is able to instantiate and use. This design keeps track of which parts should be rendered in the graphics window, the orientation of the design relative to the other parts in the model, and the way the new design gets displayed in the assembly tree. However, the design does not define any geometry itself. Most Intent standard library designs include BasePart as a lower level mixin.

Mixins

BasePartModifier

FrameMixin

InkStrokedMixin

RenderMixin

AssemblyMixin

BaseDesign