InitMesh# class pyedb.workflows.utilities.hfss_log_parser.InitMesh# Statistics reported during the initial tetrahedral meshing phase. Variables: tetrahedra (int) – Number of tetrahedra created. memory_mb (float) – Peak memory consumption in megabytes. real_time_sec (int) – Wall clock time in seconds. cpu_time_sec (int) – CPU time in seconds. Overview# Attributes tetrahedra memory_mb real_time_sec cpu_time_sec Import detail# from pyedb.workflows.utilities.hfss_log_parser import InitMesh Attribute detail# InitMesh.tetrahedra: int# InitMesh.memory_mb: float# InitMesh.real_time_sec: int# InitMesh.cpu_time_sec: int#