automatic_mesh_3D#

IcepakMesh.automatic_mesh_3D(accuracy, enable_stair_step=True)[source]#

Create a generic custom mesh for a custom 3D object.

Parameters:
accuracyint

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

enable_stair_stepbool, optional

Whether to enable a stair step. The default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditMeshOperation