geometor.render.sections

functions to plot sections identified in the model

a section is defined as three point along a line

geometor.render.sections.plot_section(plotter: Plotter, model: Model, index, section, extensions=['svg', 'png'])[source]

plot the section then remove it

geometor.render.sections.plot_sections(plotter: Plotter, model: Model, sections: list, extensions=['svg', 'png'])[source]
geometor.render.sections.plot_all_sections(plotter: Plotter, model: Model, sections: list, extensions=['svg', 'png'])[source]