ansys.dpf.core.property_field._LocalPropertyField#

class ansys.dpf.core.property_field._LocalPropertyField(field)#

Bases: ansys.dpf.core.field_base._LocalFieldBase, PropertyField

Caches the internal data of a field so that it can be modified locally.

A single update request is sent to the server when the local field is deleted.

Parameters:

field (PropertyField) – Property field to copy.

_is_property_field = True#