change_validation_settings#

Icepak.change_validation_settings(entity_check_level: str = 'Strict', ignore_unclassified: bool = False, skip_intersections: bool = False) bool#

Update the validation design settings.

Parameters:
entity_check_levelstr, optional

Entity check level. The default is "Strict". Options are "Strict", "Basic", "Warning Only", "None".

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