3
PSA: I finally figured out why my detail views kept getting flagged for review
About three months ago, I was working on a set of shop drawings for a small factory job in Toledo. Every time I sent a detail view to the lead engineer, it would come back with a review note asking for a scale check. I was sure my scale was right, so I was pretty confused. After the third time, I sat down with the engineer on a video call and he pointed out my view titles. I had been putting the scale in the title like 'Detail A - 1/2"=1'-0"' but the software was reading the dash as a minus sign in some export formats. He told me to just use a colon instead, so now I write 'Detail A: 1/2"=1'-0"'. It sounds small, but it fixed the whole issue. Has anyone else run into weird formatting problems like that with automated checks?
4 comments
Log in to join the discussion
Log In4 Comments
the_harper3mo ago
Exactly, it's crazy how one little mark can mess up the whole system. I bet @knight.felix will save a ton of time fixing those flags. The real lesson is that these automated checks are just looking for very specific text strings. They don't understand the drawing, they just match patterns. So if the rule is set to look for a colon, a dash might as well be gibberish. It makes you wonder what other tiny formatting things are causing hold-ups that no one has caught yet. We should all probably check our office standards against what the review software actually expects.
7
skyler_jackson2721d ago
Actually, those automated flag systems are a bit more particular than that. They're not just looking for specific text strings across the whole drawing. The issue is usually in the annotation or dimension style settings. If the software has a rule that says "flag numbers must start with a colon in the prefix field", then a dash won't trigger the flag at all. It's not about the bot thinking colons look more official. It's about the strict syntax rules the review software was programmed with. Most of these programs let you customize those syntax rules too, so you can set them to accept either colons or dashes. The real problem is nobody checks those software defaults against their office standards until something breaks.
1
knight.felix3mo ago
Man, I always used the dash too. Never thought a simple colon could stop so many automated flags. Gonna switch my templates over today.
1
diana6173mo ago
Yeah I saw a whole thread about this last week. People were saying colons just look more official to the bots or something. Makes sense I guess.
5