This module contains Node-related wrapper classes.
- class ansys.dpf.post.nodes.Node(node: Node)#
Wrapper class around dpf.core.nodes.Node.
- class ansys.dpf.post.nodes.NodeListByIndex(nodes: Nodes)#
Node List object using indexes as input.
- property by_id: NodeListById#
Returns an equivalent list which accepts IDs as input.
- class ansys.dpf.post.nodes.NodeListById(nodes: Nodes)#
Node List object using IDs as input.