pushSelfIntoSubmobjects method

void pushSelfIntoSubmobjects()

Implementation

void pushSelfIntoSubmobjects() {
  var m = copy();
  m.submobjects = [];
  resetPoints();
  add([m]);
}