geometor.render.groups

functions to plot groupings of sections

geometor.render.groups.plot_group(plotter: Plotter, model: Model, index, group, description, extensions=['svg', 'png'])[source]

Plot the group then remove it.

geometor.render.groups.plot_groups(plotter: Plotter, model: Model, groups: dict, title: str, extensions=['svg', 'png'])[source]