change_validation_settings#

Icepak.change_validation_settings(entity_check_level='Strict', ignore_unclassified=False, skip_intersections=False)[source]#

Update the validation design settings.

Parameters:
entity_check_levelstr, optional

Entity check level. The default is "Strict".

ignore_unclassifiedbool, optional

Whether to ignore unclassified elements. The default is False.

skip_intersectionsbool, optional

Whether to skip intersections. The default is False.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.SetDesignSettings