globalMeshSettings#

Icepak.globalMeshSettings(meshtype, gap_min_elements='1', noOgrids=False, MLM_en=True, MLM_Type='3D', stairStep_en=False, edge_min_elements='1', object='Region')[source]#

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