1e aanzet labelrotation. Alleen parameter overdracht, heeft nog geen effect
svn path=/Slnkdwf/trunk/; revision=18472
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user