Hi,
to get the first level of result, you can call
Feature_1.results()
or select them with all-in
prefix:
model.selection(“COMPOUND”, “all-in-Feature_1”),
If you want all the solids of an assembly result, you can use a loop on a feature’s results like in
test_get_results.py (3,0 Ko)
Christophe