“get_volume_nodes()” excludes nodes owned by bounding surfs, curves and verts.
What would you do if you want to obtain nodes owned by a volume without excluding?
“get_volume_nodes()” excludes nodes owned by bounding surfs, curves and verts.
What would you do if you want to obtain nodes owned by a volume without excluding?
This is a where the parse_cubit_list()
comes in handy:
all_node_in_vol = cubit.parse_cubit_list( "node", f"in vol {vol_id}" )