NodeSet
#
- class ansys.dyna.core.pre.dynabase.NodeSet(nodes=[])#
Defines a nodal set with some identical or unique attributes.
Overview#
Import detail#
from ansys.dyna.core.pre.dynabase import NodeSet
Attribute detail#
- NodeSet.nodes = []#
- NodeSet.type = 'NODESET'#
Method detail#
- NodeSet.create(stub)#
Create a node set.
- NodeSet.num()#
Get the number of nodes in the node set.
- NodeSet.id(pos)#
Get the node ID by position.
- NodeSet.get_nid()#
Get the node ID.