优化井壁取心长度

This commit is contained in:
jiayulong 2026-04-15 17:26:47 +08:00
parent 69fbee204e
commit b67acd9513
2 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,9 @@ TransparentDraggableSwallCore::TransparentDraggableSwallCore(QMyCustomPlot *pare
double h = SideWallCoreHeight * g_dPixelPerCm; //0.4cm //40;
m_fImageHeight = h/2.0;
m_fTriangleLen = h/2.0;//三角形长度
m_fImageWidth = (m_fTriangleLen-1) * 3;//图片长度
m_fColorWordLen = (m_fTriangleLen-1) * 2;//颜色文字长度
//
initRect();
}

View File

@ -13,7 +13,7 @@ const int iFracType=15;
//
#define SideWallCoreWidth 1.2
#define SideWallCoreHeight 0.5
#define SideWallCoreHeight 0.4
struct Slf_TxtPOS {
int Order;