There was an error while loading. Please reload this page.
The pytha.* section functions are used to create, update and delete sections in the model.
pytha.*
Sections define cutting planes through the model and can later be used for visualization or plotting (e.g. via pyplot.insert_section).
pyplot.insert_section
pytha.create_section
pytha.update_section
pytha.delete_section
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.
pyplot.insert_section, pytha