Skip to content

pytha Section Functions

fabian-flassig edited this page Mar 30, 2026 · 1 revision

The pytha.* section functions are used to create, update and delete sections in the model.

Sections define cutting planes through the model and can later be used for visualization or plotting (e.g. via pyplot.insert_section).

Section Management:

Note

Sections are created in model space and operate on parts and groups.

They do not directly create any plot output. To visualize a section on a sheet, use pyplot.insert_section.

See also:

pyplot.insert_section, pytha

Clone this wiki locally