globalMeshSettings#

Icepak.globalMeshSettings(meshtype: int, gap_min_elements: str | None = '1', noOgrids: bool | None = False, MLM_en: bool | None = True, MLM_Type: str | None = '3D', stairStep_en: bool | None = False, edge_min_elements: str | None = '1', object: str | None = 'Region') bool#

Create a custom mesh tailored on a PCB design.

Parameters:
meshtypeint

Type of the mesh. Options are 1, 2, and 3, which represent respectively a coarse, standard, and very accurate mesh.

gap_min_elementsstr, optional

The default is "1".

noOgridsbool, optional

The default is False.

MLM_enbool, optional

The default is True.

MLM_Typestr, optional

The default is "3D".

stairStep_enbool, optional

The default is False.

edge_min_elementsstr, optional

The default is "1".

objectstr, optional

The default is "Region".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditGlobalMeshRegion