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.

parameters

PyAnsys Geometry parameters 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_SERVICE_COLORS

Global constant for checking whether to use service colors for plotting

DISABLE_MULTIPLE_DESIGN_CHECK

Deprecated constant. Use DISABLE_ACTIVE_DESIGN_CHECK instead.

DISABLE_ACTIVE_DESIGN_CHECK

Global constant for disabling the ensure_design_is_active check.

DOCUMENTATION_BUILD

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 = True#

Deprecated constant. Use DISABLE_ACTIVE_DESIGN_CHECK instead.

core.DISABLE_ACTIVE_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 your objects will always exist on the server side.

core.DOCUMENTATION_BUILD: bool#

Global flag for the documentation to use the proper PyVista Jupyter backend.

core.__version__#

PyAnsys Geometry version.