Transaction
#
- class ansys.mechanical.core.embedding.imports.Transaction#
A class to speed up bulk user interactions using Ansys ACT Mechanical Transaction.
Overview#
Import detail#
from ansys.mechanical.core.embedding.imports import Transaction
Method detail#
- Transaction.__enter__()#
Enter the context of the transaction.
- Transaction.__exit__(exc_type, exc_val, exc_tb)#
Exit the context of the transaction and disposes of resources.