•
|
Use nodeGroup.add(<type>,<tag>) to add a node with the tag <tag> of the type <type> to the group. For example group.add("func", "an1") adds model.func("an1") to the group.
|
•
|
Use nodeGroup.remove(<type>,<tag>) to remove a node with the tag <tag> of the type <type> from the group.
|