draw_outlines#
- FrameArtist.draw_outlines(state=None, config=None, scale=1.0)#
Draw the outlines of the model elements such as frames, planes, and solids. Interpolate if possible. This is expensive.
Parameters#
- statedict, np.ndarray, callable, optional
The state of the model, see States. Default is None.
- configdict, optional
Configuration dictionary for drawing outlines. If None, a default configuration is loaded from SketchConfig. Default is None.
- scalefloat, optional
Scaling factor for the model. Default is 1.0.