CompoundTools.Explode Namespace Reference

Functions

def explodeCompound (compound_obj, b_group=None)
 

Function Documentation

◆ explodeCompound()

def CompoundTools.Explode.explodeCompound (   compound_obj,
  b_group = None 
)
explodeCompound(compound_obj, b_group = None): creates a bunch of compound filters, to extract every child of a compound into a separate object.
group: if True, Group is always made. If False, group is never made. If None, group is made if there is more than one child.
returns: (group_object, list_of_child_objects)