[TD]ANSI/ASME section line conformance

This commit is contained in:
wandererfan
2024-02-19 08:48:56 -05:00
committed by WandererFan
parent 23741ffa77
commit 289c386f6b
10 changed files with 30 additions and 65 deletions

View File

@@ -522,3 +522,8 @@ int Preferences::LineCapIndex()
return getPreferenceGroup("General")->GetInt("EdgeCapStyle", 0x20);
}
//! returns 0 (use ANSI style section cut line) or 1 (use ISO style section cut line)
int Preferences::sectionLineConvention()
{
return getPreferenceGroup("Standards")->GetInt("SectionLineStandard", 1);
}