RAContactData#
- class ansys.rocky.app.ra_contact_data.RAContactData#
Bases:
ansys.rocky.app.ra_grid_process_element.RAGridProcessElementItem
Overview#
It is not possible to remove the item “Contacts” from the project. It’s a standard Rocky |
|
Get the value of “Collect Contacts Data”. |
|
Set the value of “Collect Contacts Data”. |
|
Set the value of “Collect Contacts Data” to True. |
|
Set the value of “Collect Contacts Data” to False. |
|
Check if the “Collect Contacts Data” is enabled. |
|
Get the value of “Include Adhesive Contacts”. |
|
Set the value of “Include Adhesive Contacts”. |
|
Set the value of “Include Adhesive Contacts” to True. |
|
Set the value of “Include Adhesive Contacts” to False. |
|
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.SetCollectContactsData(value: bool) None#
Set the value of “Collect Contacts Data”.
- Parameters:
value – The value to set.
- 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.