automatic_mesh_3D# IcepakMesh.automatic_mesh_3D(accuracy, enable_stair_step=True)[source]# Create a generic custom mesh for a custom 3D object. Parameters: accuracyintType of the mesh. Options are 1, 2, and 3, which represent respectively a coarse, standard, or very accurate mesh. enable_stair_stepbool, optionalWhether to enable a stair step. The default is True. Returns: boolTrue when successful, False when failed. References >>> oModule.EditMeshOperation