Yes you can!
But all your appartments must be "components" themselve!
See Component Comparison Components by Thomthom
After I don't know what the plugin accepts as complexity component ?
Maybe this can help you for make components first ? By TIG
Select something
Copy all this "one line" inside the ruby console! Press Enter
m=Sketchup.active_model;
m.start_operation("Faces>Compos");
n=m.active_entities;m.selection.to_a.each{|e|(g=n.add_group(e.all_connected);
g.to_component.definition.name="FaceSet#1")if e.valid? and e.parent==n.parent and e.class==Sketchup;;Face};
m.commit_operation
[image: index.php?action=dlattach;topic=1622.0;attach=15209;image]