Inserting Geometry Sequences from File
To insert a geometry sequence from an MPH-file, enter
model.component(<ctag>).geom(<tag>).insertFile(<filename>, <sequencename>);
where <filename> and <sequencename> are strings. The <filename> can also be a model location URI used to identify a model version in a Model Manager database.
To insert a geometry sequence from a different model component, enter
model.component(<ctag>).geom(<tag>).insertSequence(<ctag2>, <sequencename>);
where <ctag2> and <sequencename> are strings.