A ModelInstance object is an instance of a Model.
import assembly mdb.models[name].rootAssembly.modelInstances[i]
This method creates a ModelInstance object and puts it into the instances repository.
mdb.models[name].rootAssembly.Instance
Required arguments
The repository key. The name must be a valid Abaqus object name.
A Model object to be instanced. If the model does not exist, no ModelInstance object is created.
Optional argument
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
This method converts the position constraints of an instance to absolute positions. The method deletes the constraint features on the instance but preserves the position in space.
Arguments
Return value
Exceptions
This method prints the sum of the translations and rotations applied to the ModelInstance object.
Arguments
Return value
Exceptions
This method translates an instance by the specified amount.
Required argument
A sequence of three Floats specifying a translation vector.
Optional arguments
Return value
Exceptions
The ModelInstance object can have the following members:
A repository of Set objects specifying the sets created on the assembly. For more information, see Chapter 45, “Region commands.”
A repository of Surface objects specifying the surfaces created on the assembly. For more information, see Chapter 45, “Region commands.”
A VertexArray object.
An EdgeArray object.
A MeshElementArray object.
A MeshNodeArray object.
A repository of Datum objects.
A repository of ReferencePoint objects.