Skip to content

Axis

subsurfaceio.cross_section.render.columns.axis

Shared vertical and section horizontal axis renderers.

Functions:

Name Description
render_section_x_axis

Draw the section distance axis below the columns.

render_shared_axis

Draw the shared elevation/depth axis to the left of the section.

render_section_x_axis

render_section_x_axis(
    ctx: RenderContext, msp: BaseLayout
) -> None

Draw the section distance axis below the columns.

Parameters:

Name Type Description Default
ctx RenderContext

Render-time coordinate context.

required
msp BaseLayout

DXF modelspace.

required

render_shared_axis

render_shared_axis(
    ctx: RenderContext, msp: BaseLayout
) -> None

Draw the shared elevation/depth axis to the left of the section.

Parameters:

Name Type Description Default
ctx RenderContext

Render-time coordinate context.

required
msp BaseLayout

DXF modelspace.

required