This may be a repeat request (but I didn't see one when I searched).
There may also be another option than what I'm proposing here, so please be kind.
This is a request to allow ModelCHECK to flag specific density values (like an itemized list of values) that are bad. Today, the DEF_DEFAULT setting looks for 1.00. That's fine in some cases, but not all. Imported vendor models will often have densities assigned that are not 1.00, a value based on the material, or even a value that's anywhere near a realistic value. This means ModelCHECK skips them.
This request would effectively allow us to use an "OR" statement.
Here's an example: IF density = 0 OR density = 1000 OR density = 1.2345 THEN issue an error. Something like that.
I don't know if this would also require some sort of tolerance/accuracy, or would read the exact value including significant digits. 1.00 vs. .999. I realize that we'd could end up with a pretty long list, but the capability could help us today.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.