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