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.
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.