There was an error while loading. Please reload this page.
Iterates over all NGOs (non-geometric objects) in the current PYTHA project.
pytha.enumerate_ngos()
This function should be used in a lua for ... in ... do loop as follows:
for ... in ... do
for ngo in pytha.enumerate_ngos() do ... -- do something with ngo end
where ngo is an element handle.
ngo
element handle
pytha, element handles, enumerate_parts, enumerate_groups, create_ngo