NodeSet#

class ansys.dyna.core.pre.dynabase.NodeSet(nodes=[])#

Defines a nodal set with some identical or unique attributes.

Overview#

create

Create a node set.

num

Get the number of nodes in the node set.

id

Get the node ID by position.

get_nid

Get the node ID.

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.