Get_volume_nodes

“get_volume_nodes()” excludes nodes owned by bounding surfs, curves and verts.
get_volume_node

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}" )
1 Like