1e aanzet labelrotation. Alleen parameter overdracht, heeft nog geen effect

svn path=/Slnkdwf/trunk/; revision=18472
This commit is contained in:
Jos Groot Lipman
2013-07-15 19:21:45 +00:00
parent b3bdedbf54
commit 7f586d9727
6 changed files with 22 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ CSLNKContourImpl::CSLNKContourImpl(void)
m_Lineweight = 10.0; // 10mm default
m_Fontheight = 200.0;
m_Labelpos = LABEL_DEFAULT;
m_LabelRotation = 0.0;
m_isDynamic = false;
}
@@ -38,6 +39,7 @@ CSLNKContourImpl::CSLNKContourImpl(
m_Lineweight = 10.0; // 10 mm default
m_Fontheight = 200.0;
m_Labelpos = LABEL_DEFAULT;
m_LabelRotation = 0.0;
m_Units = units;
m_isDynamic = false;
}

View File

@@ -42,6 +42,7 @@ public:
double m_DWGArea; // As determined, original source drawing units
double m_Lineweight; // DWG coordinaten
LABELPOS m_Labelpos; // Label position
double m_LabelRotation; // Label rotation, around Centroid!
double m_Fontheight; // Font hoogte in mm
WT_Result serialize(WT_File & file, BOOL solidOnly, BOOL forFind, double scale);