TNOPlotter.draw_arch_lines
- TNOPlotter.draw_arch_lines(H=1.0, L=2.0, x0=0.0, thk=0.2, total_nodes=50, stereotomy=False, close_bottom=True)[source]
Helper to draw the lines of intrados and extrados of an arch for given parameters
- Parameters
H (float, optional) – Height of the arch, by default 1.00
L (float, optional) – Span of the arch, by default 2.0
x0 (float, optional) – Starting coordinate of the arch , by default 0.0
thk (float, optional) – Thickness of the arch, by default 0.20
total_nodes (int, optional) – Density of the shape, equals to the number of blocks, by default 50
stereotomy (bool, optional) – Whether or not interfaces of the stereotomy should be drawn, by default False
close_bottom (bool, optional) – Whether or not the last interfaces of the arch should be drawn, by default True
- Returns
None – Lines are added to the plotter