This module contains Face and Faces classes.
- class ansys.dpf.post.faces.Face(face: Face)#
Proxy class wrapping dpf.core.faces.Face.
- property nodes: NodeListByIndex#
- property type_info: ElementType#
Gets an element descriptor, See
ansys.dpf.core.faces.Face.id()
.
- property type: core_elements.element_types#
Returns the Element Type.
- class ansys.dpf.post.faces.FaceListByIndex(face_list: Faces)#
Face list object using indexes as input.
- property by_id: FaceListById#
Returns an equivalent list which accepts IDs as input.
- class ansys.dpf.post.faces.FaceListById(face_list: Faces)#
Face list object using IDs as input.