validate_simple# Mechanical.validate_simple(logfile=None)[source]# Validate a design. Parameters: logfilestr, optionalName of the log file to save validation information to. The default is None. Returns: int1 when successful, 0 when failed. References >>> oDesign.ValidateDesign Copy to clipboard