d_a_e_hp almost matching (#2585)

This commit is contained in:
Max Roncace
2025-08-15 05:50:49 -04:00
committed by GitHub
parent a6802bf7a2
commit 41c72dc6d9
17 changed files with 1341 additions and 810 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ public:
cXyz* GetCrossP() { return &mLin.GetEndP(); }
cM3dGLin* GetLinP() { return &mLin; }
bool ChkBackFlag() const { return mBackFlag; }
void onBackFlag() { mBackFlag = true; }
void OnBackFlag() { mBackFlag = true; }
bool ChkFrontFlag() const { return mFrontFlag; }
void onFrontFlag() { mFrontFlag = true; }
void OnFrontFlag() { mFrontFlag = true; }
bool GetPreWallChk() const { return mPreWallChk; }
bool GetPreGroundChk() const { return mPreGroundChk; }
bool GetPreRoofChk() const { return mPreRoofChk; }