Drop linked objects from the model.
Syntax
model_name.droplink(options) obj_list
Where obj_list is a space delimited list of objects to be dropped from the model.
Options
noerr | Suppress object link not found errors |
Examples
m1.droplink eq1 mod1
will drop the equation EQ1 and the model MOD1 from the model M1.
Cross-references