geometry_check_and_fix_all#

Modeler3DLayout.geometry_check_and_fix_all(min_area=2e-06)[source]#

Run Geometry Check.

All checks are used and all auto fix options are enabled.

min_areafloat, optional

CutOuts that are smaller than this minimum area will be ignored during validation checks. The default is 2e-6.

Returns:
bool

True when successful, False when failed.