CfgLengthMeshOperation#

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

Bases: pyedb.configuration.cfg_common.CfgBaseModel

Mesh operation export/import payload.

Overview#

Import detail#

from pyedb.configuration.cfg_setup.CfgHFSSSetup import CfgLengthMeshOperation

Attribute detail#

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