I was just wondering, does scripting or code have any tools to automatically generate selection maps, assuming a figure has none?
DzSelectionMap* selMap = new DzSelectionMap;
figure->setSelectionMap( selMap );
It would be assumed, the figure would have everything else setup, such as face groups and nodes, so it would just need to generate the appropriate facegroup/node pairs for it.