Attribute Function (Python)

AttributeFunctionUtil

FnGeolibServices.AttributeFunctionUtil.GetRegisteredFunctionNames(omitInternal: bool = True) list

Returns a list of registered attribute functions, optionally omitting internal functions.

FnGeolibServices.AttributeFunctionUtil.Run(name: str, args: PyFnAttribute.Attribute) PyFnAttribute.Attribute

Runs the attribute function with the given name, passing args as arguments.