EgtGeomKernel :
- a Frame3d aggiunto Set con angolidi eulero (CAC') - corretta geometria da disegnare per vettore nullo - ObjUser ora ha anche puntatore a GeomDB.
This commit is contained in:
@@ -217,6 +217,9 @@ GeoVector3d::ChangeBase( const Point3d& ptBase)
|
||||
bool
|
||||
GeoVector3d::GetDrawWithArrowHead( double dFrazLenAH, double dMaxDimA, PolyLine& PL) const
|
||||
{
|
||||
// se vettore nullo non è disegnabile
|
||||
if ( m_vtV.IsSmall())
|
||||
return false ;
|
||||
// vettore
|
||||
PL.AddUPoint( 0, m_ptBase) ;
|
||||
Point3d ptTip = m_ptBase + m_vtV ;
|
||||
|
||||
Reference in New Issue
Block a user