automatic_mesh_3D#

IcepakMesh.automatic_mesh_3D(accuracy2, stairStep=True)[source]#

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

Parameters:
accuracy2int

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

stairStepbool, optional

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

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditMeshOperation