The ansys.geometry.core
library#
Summary#
PyAnsys Geometry connection subpackage. |
|
PyAnsys Geometry designer subpackage. |
|
PyAnsys Geometry materials subpackage. |
|
PyAnsys Geometry math subpackage. |
|
Provides the PyAnsys Geometry miscellaneous subpackage. |
|
Provides the PyAnsys Geometry plotting subpackage. |
|
Provides the PyAnsys Geometry |
|
PyAnsys Geometry sketch subpackage. |
|
PyAnsys Geometry tools subpackage. |
PyAnsys Geometry version. |
Global constant for checking whether to use service colors for plotting |
|
Global constant for disabling the |
|
Global flag for the documentation to use the proper PyVista Jupyter backend. |
Description#
PyAnsys Geometry is a Python wrapper for the Ansys Geometry service.
Module detail#
- core.USE_SERVICE_COLORS: bool = False#
Global constant for checking whether to use service colors for plotting purposes. If set to False, the default colors will be used (speed gain).
- core.DISABLE_MULTIPLE_DESIGN_CHECK: bool = False#
Global constant for disabling the
ensure_design_is_active
check.Only set this to false if you are sure you want to disable this check and you will ONLY be working with one design.
- core.DOCUMENTATION_BUILD: bool#
Global flag for the documentation to use the proper PyVista Jupyter backend.
- core.__version__#
PyAnsys Geometry version.