Region commands are used to create part and assembly sets or surfaces from elements, nodes, and geometry. For more information, see “Specifying a region,” Section 6.6 of the Abaqus Scripting User's Guide. Part and assembly objects have the following member, a repository of Set objects:
sets
elements
nodes
geometry
The following are members of the Set object:
nodes
elements
cells
faces
edges
vertices
referencePoints
Part sets contain regions of a part. You can assign section definitions to a set created by selecting a region of a part. The part sets can be accessed from the instance; however, the section definition you assigned to a region is copied automatically to all instances of that part in the assembly.
Assembly sets contain regions of an assembly and are used by many commands that operate on the assembly. For example, you can apply a load or boundary condition to a set created by selecting a region of the assembly. Sets can include regions from multiple part instances.