to_dict#

MarkerSettings.to_dict() dict#

Convert the marker settings to a dictionary.

Returns:
dict

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

Examples

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