Skip to content

pytha.update_section

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

Updates one or more sections.

pytha.update_section(section)
pytha.update_section({section1, section2, ...})
Parameter Type Description
section element_handle or { element_handle* } One or more section handles

Return value

Type Description
nil No return value

Remarks:

The function forces an update of the specified sections.

This is useful after model changes when dependent section geometry should be regenerated.

Version Support:

Minimum PYTHA Version: V26

See also:

pytha.create_section, pytha.delete_section

Clone this wiki locally