This module contains Face and Faces classes.

class ansys.dpf.post.faces.Face(face: Face)#

Proxy class wrapping dpf.core.faces.Face.

property node_ids: List[int]#

See ansys.dpf.core.faces.Face.node_ids().

property id: int#

See ansys.dpf.core.faces.Face.id().

property index: int#

See ansys.dpf.core.faces.Face.index().

property nodes: NodeListByIndex#

See ansys.dpf.post.nodes.NodeListByIndex().

property num_nodes: int#

See ansys.dpf.core.faces.Face.n_nodes().

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.

property to_node_connectivity: List[int]#

See ansys.dpf.core.faces.Face.connectivity().

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.