The ansys.geometry.core library#

Summary#

connection

PyAnsys Geometry connection subpackage.

designer

PyAnsys Geometry designer subpackage.

materials

PyAnsys Geometry materials subpackage.

math

PyAnsys Geometry math subpackage.

misc

Provides the PyAnsys Geometry miscellaneous subpackage.

plotting

Provides the PyAnsys Geometry plotting subpackage.

shapes

Provides the PyAnsys Geometry geometry subpackage.

sketch

PyAnsys Geometry sketch subpackage.

tools

PyAnsys Geometry tools subpackage.

errors

Provides PyAnsys Geometry-specific errors.

logger

Provides a general framework for logging in PyAnsys Geometry.

modeler

Provides for interacting with the Geometry service.

typing

Provides typing of values for PyAnsys Geometry.

__version__

PyAnsys Geometry version.

USE_TRAME

Global constant for checking whether to use trame

DISABLE_MULTIPLE_DESIGN_CHECK

Global constant for disabling the ensure_design_is_active check.

DOCUMENTATION_BUILD

Global flag to set when building the documentation to use the proper PyVista Jupyter

Description#

PyAnsys Geometry is a Python wrapper for the Ansys Geometry service.

Module detail#

core.USE_TRAME: bool = False#

Global constant for checking whether to use trame for visualization.

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 to set when building the documentation to use the proper PyVista Jupyter backend.

core.__version__#

PyAnsys Geometry version.