change_validation_settings# Q2d.change_validation_settings(entity_check_level='Strict', ignore_unclassified=False, skip_intersections=False)[source]# Update the validation design settings. Parameters: entity_check_levelstr, optionalEntity check level. The default is "Strict". ignore_unclassifiedbool, optionalWhether to ignore unclassified elements. The default is False. skip_intersectionsbool, optionalWhether to skip intersections. The default is False. Returns: boolTrue when successful, False when failed. References >>> oDesign.SetDesignSettings