AdvancedMeshSettings#

class pyedb.dotnet.database.sim_setup_data.data.settings.AdvancedMeshSettings(parent)#

Bases: object

Manages EDB methods for advanced mesh settings.

Overview#

layer_snap_tol

Layer snap tolerance. Attempt to align independent stackups in the mesher.

mesh_display_attributes

Mesh display attributes. Set color for mesh display (i.e. "#000000").

replace_3d_triangles

Whether to turn on replace 3D triangles.

Import detail#

from pyedb.dotnet.database.sim_setup_data.data.settings import AdvancedMeshSettings

Property detail#

property AdvancedMeshSettings.layer_snap_tol#

Layer snap tolerance. Attempt to align independent stackups in the mesher.

Returns:
str
property AdvancedMeshSettings.mesh_display_attributes#

Mesh display attributes. Set color for mesh display (i.e. "#000000").

Returns:
str
property AdvancedMeshSettings.replace_3d_triangles#

Whether to turn on replace 3D triangles.

Returns:
bool

True if replace 3D triangles is used, False otherwise.