change_validation_settings#
- Q3d.change_validation_settings(entity_check_level='Strict', ignore_unclassified=False, skip_intersections=False)#
Update the validation design settings.
- Parameters:
- entity_check_level
str
,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
.
- entity_check_level
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.SetDesignSettings