RAContactData#

class ansys.rocky.app.ra_contact_data.RAContactData#

Bases: ansys.rocky.app.ra_grid_process_element.RAGridProcessElementItem

Overview#

RemoveProcess

It is not possible to remove the item “Contacts” from the project. It’s a standard Rocky

GetCollectContactsData

Get the value of “Collect Contacts Data”.

SetCollectContactsData

Set the value of “Collect Contacts Data”.

EnableCollectContactsData

Set the value of “Collect Contacts Data” to True.

DisableCollectContactsData

Set the value of “Collect Contacts Data” to False.

IsCollectContactsDataEnabled

Check if the “Collect Contacts Data” is enabled.

GetIncludeAdhesiveContacts

Get the value of “Include Adhesive Contacts”.

SetIncludeAdhesiveContacts

Set the value of “Include Adhesive Contacts”.

EnableIncludeAdhesiveContacts

Set the value of “Include Adhesive Contacts” to True.

DisableIncludeAdhesiveContacts

Set the value of “Include Adhesive Contacts” to False.

IsIncludeAdhesiveContactsEnabled

Check if the “Include Adhesive Contacts” is enabled.

Import detail#

from ansys.rocky.app.ra_contact_data import RAContactData

Method detail#

classmethod RAContactData.GetWrappedClass()#
classmethod RAContactData.GetClassName()#
RAContactData.RemoveProcess() None#

It is not possible to remove the item “Contacts” from the project. It’s a standard Rocky item in project.

RAContactData.GetCollectContactsData() bool#

Get the value of “Collect Contacts Data”.

RAContactData.SetCollectContactsData(value: bool) None#

Set the value of “Collect Contacts Data”.

Parameters:

value – The value to set.

RAContactData.EnableCollectContactsData() None#

Set the value of “Collect Contacts Data” to True.

RAContactData.DisableCollectContactsData() None#

Set the value of “Collect Contacts Data” to False.

RAContactData.IsCollectContactsDataEnabled() bool#

Check if the “Collect Contacts Data” is enabled.

RAContactData.GetIncludeAdhesiveContacts() bool#

Get the value of “Include Adhesive Contacts”.

RAContactData.SetIncludeAdhesiveContacts(value: bool) None#

Set the value of “Include Adhesive Contacts”.

Parameters:

value – The value to set.

RAContactData.EnableIncludeAdhesiveContacts() None#

Set the value of “Include Adhesive Contacts” to True.

RAContactData.DisableIncludeAdhesiveContacts() None#

Set the value of “Include Adhesive Contacts” to False.

RAContactData.IsIncludeAdhesiveContactsEnabled() bool#

Check if the “Include Adhesive Contacts” is enabled.