The ansys.mechanical.core
library#
Summary#
PyMechanical-specific errors. |
|
Mechanical beta feature flags. |
|
Convenience CLI to run mechanical. |
|
Launch Mechanical in batch or UI mode. |
|
Logging module. |
|
Connect to Mechanical gRPC server and issues commands. |
|
Contain miscellaneous functions and methods at the module level. |
|
This module is for threaded implementations of the Mechanical interface. |
|
Convenience CLI to run mechanical. |
User data directory. |
|
Examples path. |
|
Create logger for package level use. |
|
Whether or not Mechanical embedding is being used. |
|
Manage the package level ports. |
|
Whether or not to build gallery examples. |
Description#
Initialize the package level imports.
Module detail#
- core.USER_DATA_PATH#
User data directory.
- core.EXAMPLES_PATH#
Examples path.
- core.LOG#
Create logger for package level use.
- core.HAS_EMBEDDING = True#
Whether or not Mechanical embedding is being used.
- core.LOCAL_PORTS = []#
Manage the package level ports.
- core.BUILDING_GALLERY = False#
Whether or not to build gallery examples.