ApiGridFunctionProxy#
- class ansys.rocky.core.rocky_api_proxies.ApiGridFunctionProxy(grid_pool_id: str, gf_name: str, pyro_api: Pyro5.api.Proxy, session_uid: str | None = None)#
Overview#
Serialize a proxy object of the API Grid Functions. |
Import detail#
from ansys.rocky.core.rocky_api_proxies import ApiGridFunctionProxy
Method detail#
- ApiGridFunctionProxy.__getattr__(attr_name: str) collections.abc.Callable#
- classmethod ApiGridFunctionProxy.serialize(obj: ApiGridFunctionProxy) dict#
Serialize a proxy object of the API Grid Functions.
- Parameters:
- obj
Any Object to serialize.
- obj
- Returns:
dictDictionary of the serialized object.