BackendType#

class ansys.geometry.core.connection.backend.BackendType(*args, **kwds)#

Bases: enum.Enum

Provides an enum holding the available backend types.

Overview#

Import detail#

from ansys.geometry.core.connection.backend import BackendType

Attribute detail#

BackendType.DISCOVERY = 0#
BackendType.SPACECLAIM = 1#
BackendType.WINDOWS_SERVICE = 2#
BackendType.LINUX_SERVICE = 3#