优化井壁取心长度
This commit is contained in:
parent
69fbee204e
commit
b67acd9513
|
|
@ -14,6 +14,9 @@ TransparentDraggableSwallCore::TransparentDraggableSwallCore(QMyCustomPlot *pare
|
||||||
double h = SideWallCoreHeight * g_dPixelPerCm; //0.4cm //40;
|
double h = SideWallCoreHeight * g_dPixelPerCm; //0.4cm //40;
|
||||||
m_fImageHeight = h/2.0;
|
m_fImageHeight = h/2.0;
|
||||||
|
|
||||||
|
m_fTriangleLen = h/2.0;//三角形长度
|
||||||
|
m_fImageWidth = (m_fTriangleLen-1) * 3;//图片长度
|
||||||
|
m_fColorWordLen = (m_fTriangleLen-1) * 2;//颜色文字长度
|
||||||
//
|
//
|
||||||
initRect();
|
initRect();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ const int iFracType=15;
|
||||||
|
|
||||||
//
|
//
|
||||||
#define SideWallCoreWidth 1.2
|
#define SideWallCoreWidth 1.2
|
||||||
#define SideWallCoreHeight 0.5
|
#define SideWallCoreHeight 0.4
|
||||||
|
|
||||||
struct Slf_TxtPOS {
|
struct Slf_TxtPOS {
|
||||||
int Order;
|
int Order;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user