HFSSAdvancedMeshingSettings#

class pyedb.grpc.database.simulation_setup.hfss_advanced_meshing_settings.HFSSAdvancedMeshingSettings(pedb, core: ansys.edb.core.simulation_setup.hfss_simulation_settings.HFSSAdvancedMeshingSettings)#

Overview#

arc_step_size

Get or set the arc step size.

arc_to_chord_error

Get or set the arc to chord error.

circle_start_azimuth

Get or set the circle start azimuth.

layer_snap_tol

Get or set the layer snap tolerance.

max_arc_points

Get or set the maximum number of arc points.

max_num_arc_points

Get or set the maximum number of arc points.

use_arc_chord_error_approx

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:
float

Arc step size.

property HFSSAdvancedMeshingSettings.arc_to_chord_error: str#

Get or set the arc to chord error.

Returns:
float

Arc to chord error.

property HFSSAdvancedMeshingSettings.circle_start_azimuth: str#

Get or set the circle start azimuth.

Returns:
float

Circle start azimuth.

property HFSSAdvancedMeshingSettings.layer_snap_tol: str#

Get or set the layer snap tolerance.

Returns:
str

Layer 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_points instead.

property HFSSAdvancedMeshingSettings.max_num_arc_points: int#

Get or set the maximum number of arc points.

Returns:
int

Maximum number of arc points.

property HFSSAdvancedMeshingSettings.use_arc_chord_error_approx: bool#

Get or set whether to use arc chord error approximation.

Returns:
bool

True if using arc chord error approximation, False otherwise.

Attribute detail#

HFSSAdvancedMeshingSettings.core#