to_dict#

ArrowSettings.to_dict() dict#

Convert the arrow settings to a dictionary.

Returns:
dict

A dictionary containing all the arrow settings for the folder field plot settings.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import ArrowSettings
>>> obj = ArrowSettings()
>>> obj.to_dict()