EgtGeomKernel 2.2a1 :

- aggiunte quotature (Dimensions).
This commit is contained in:
Dario Sassi
2019-12-30 09:24:56 +00:00
parent 8ed290f667
commit f09c89d5b5
14 changed files with 936 additions and 32 deletions
+4
View File
@@ -444,6 +444,10 @@ ExtText::Scale( const Frame3d& frRef, double dCoeffX, double dCoeffY, double dCo
bool
ExtText::Mirror( const Point3d& ptOn, const Vector3d& vtNorm)
{
// verifico validità del piano di specchiatura
if ( vtNorm.IsSmall())
return false ;
// imposto ricalcolo della grafica
m_OGrMgr.Reset() ;