HFSSAdvancedMeshingSettings#
- class pyedb.grpc.database.simulation_setup.hfss_advanced_meshing_settings.HFSSAdvancedMeshingSettings(pedb, core: ansys.edb.core.simulation_setup.hfss_simulation_settings.HFSSAdvancedMeshingSettings)#
Overview#
Get or set the arc step size. |
|
Get or set the arc to chord error. |
|
Get or set the circle start azimuth. |
|
Get or set the layer snap tolerance. |
|
Get or set the maximum number of arc points. |
|
Get or set the maximum number of arc points. |
|
Get or set whether to use arc chord error approximation. |
Import detail#
from pyedb.grpc.database.simulation_setup.hfss_advanced_meshing_settings import HFSSAdvancedMeshingSettings
Property detail#
- property HFSSAdvancedMeshingSettings.arc_step_size: str#
Get or set the arc step size.
- Returns:
floatArc step size.
- property HFSSAdvancedMeshingSettings.arc_to_chord_error: str#
Get or set the arc to chord error.
- Returns:
floatArc to chord error.
- property HFSSAdvancedMeshingSettings.circle_start_azimuth: str#
Get or set the circle start azimuth.
- Returns:
floatCircle start azimuth.
- property HFSSAdvancedMeshingSettings.layer_snap_tol: str#
Get or set the layer snap tolerance.
- Returns:
strLayer snap tolerance.
- property HFSSAdvancedMeshingSettings.max_arc_points: int#
Get or set the maximum number of arc points.
Deprecated since version 0.77.3: Use
max_num_arc_pointsinstead.
Attribute detail#
- HFSSAdvancedMeshingSettings.core#