Instance(...)
This method copies a PartInstance object from the specified model and creates a new PartInstance object.
Path
mdb.models[name].Instance
Required arguments
- name
A String specifying the repository key.
- objectToCopy
A PartInstance object to be copied.
Optional arguments
None.
Return value
A Model object.
Exceptions
None.