Instance(...)
This method creates a ModelInstance object and puts it into the instances repository.
Path
mdb.models[name].rootAssembly.Instance
Required arguments
- name
The repository key. The name must be a valid Abaqus object name.
- model
A Model object to be instanced. If the model does not exist, no ModelInstance object is created.
Optional arguments
- autoOffset
A Boolean specifying whether to apply an auto offset to the new instance that will offset it from existing instances. The default value is OFF.
Return value
A ModelInstance object.
Exceptions
None.