MethodType#

class ansys.mechanical.core.embedding.rpc.utils.MethodType#

Enum for method or property types.

Overview#

Import detail#

from ansys.mechanical.core.embedding.rpc.utils import MethodType

Attribute detail#

MethodType.METHOD = 0#
MethodType.PROP = 1#