ElementSet#
- class ansys.acp.core.ElementSet(*, name='ElementSet', middle_offset=False, element_labels=())#
Instantiate an Element Set.
- Parameters:
name (str) – The name of the Element Set.
middle_offset (bool) – If True, enforce that the laminate mid-plane is moved onto the reference surface.
element_labels (Collection[int]) – Label of elements to be assigned to Element Set
Added in ACP server version 24.2.
Methods
ElementSet.clone
(*[, unlink])Create a new unstored object with the same properties.
Delete the object.
ElementSet.store
(parent)Store the object on the server.
Attributes
Identifier of the object, used for example as key in maps.
Full mesh associated with the object.
The name of the object.
The parent of the object.
Shell mesh associated with the object.