CfgMeshOperation#

class pyedb.configuration.cfg_setup.CfgHFSSSetup.CfgMeshOperation(/, **data: Any)#

Bases: pydantic.BaseModel

Mesh operation export/import payload.

Overview#

Import detail#

from pyedb.configuration.cfg_setup.CfgHFSSSetup import CfgMeshOperation

Attribute detail#

CfgMeshOperation.name: str = None#
CfgMeshOperation.type: str | None = None#
CfgMeshOperation.max_elements: int | str | None = None#
CfgMeshOperation.max_length: float | str | None = None#
CfgMeshOperation.restrict_length: bool | None = None#
CfgMeshOperation.refine_inside: bool | None = None#
CfgMeshOperation.nets_layers_list: dict[str, list] = None#