[TD]add preference for choice of section shape
This commit is contained in:
@@ -402,3 +402,9 @@ double Preferences::svgHatchFactor()
|
||||
return factor;
|
||||
}
|
||||
|
||||
//! For Sections with a Section as a base view, use the cut shape from the base
|
||||
//! view instead of the original shape
|
||||
bool Preferences::SectionUsePreviousCut()
|
||||
{
|
||||
return getPreferenceGroup("General")->GetBool("SectionUsePreviousCut", false);
|
||||
}
|
||||
|
||||
@@ -104,7 +104,9 @@ public:
|
||||
static int scrubCount();
|
||||
|
||||
static double svgHatchFactor();
|
||||
static bool SectionUsePreviousCut();
|
||||
};
|
||||
|
||||
|
||||
}//end namespace TechDraw
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user