From b23c5c56995e8e6b02b86a328aff43eebc2f064f Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 7 Jan 2016 17:11:46 +0000 Subject: [PATCH] EgtMachKernel : - cambiato colore ai baffi del preview lama. --- Sawing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sawing.cpp b/Sawing.cpp index f764e02..171ce31 100644 --- a/Sawing.cpp +++ b/Sawing.cpp @@ -1080,13 +1080,13 @@ Sawing::GenerateEntityPv( const ICurveLine* pLine, const Vector3d& vtTool, const int nId2 = ExeCreateRectangle3P( nPxId, ptIni - vtDir * dDeltaT, ptIni + vtToolH, ptIni, RTY_LOC) ; // assegno nome e colore m_pGeomDB->SetName( nId2, MCH_PV_PRE_CUT) ; - m_pGeomDB->SetMaterial( nId2, FUCHSIA) ; + m_pGeomDB->SetMaterial( nId2, BLUE) ; // rettangolo per parte parziale finale int nId3 = ExeCreateRectangle3P( nPxId, ptEnd, ptCross + vtDir * dDeltaT, ptEnd + vtDir * dDeltaT, RTY_LOC) ; // assegno nome e colore m_pGeomDB->SetName( nId3, MCH_PV_POST_CUT) ; - m_pGeomDB->SetMaterial( nId3, FUCHSIA) ; + m_pGeomDB->SetMaterial( nId3, BLUE) ; // regione di taglio ridotto per nesting (sono escluse le parti iniziale e finale) int nRrId = ExeCreateSurfFrRectangle3P( nPxId, ptIni, ptCross, ptEnd, RTY_LOC) ;