ContactGroup#

class ansys.dyna.core.pre.dynabase.ContactGroup#

Create a contact group.

Overview#

add

Add a contact in the group.

create

Create contacts.

num

Get the number of contact objects.

Import detail#

from ansys.dyna.core.pre.dynabase import ContactGroup

Attribute detail#

ContactGroup.stub#
ContactGroup.contactlist = []#

Method detail#

ContactGroup.add(contact)#

Add a contact in the group.

ContactGroup.create()#

Create contacts.

ContactGroup.num()#

Get the number of contact objects.