Changeset 3816 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Jul 26, 2010, 4:17:12 PM (15 years ago)
Author:
ansari
Message:

correction petit bug au niveau de la definition des limites boite3D, Reza 26/07/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pi3dwdg.cc

    r2998 r3816  
    224224  double ymin = mBDrw->ScaleY( mBDrw->YMin3() );
    225225  double ymax = mBDrw->ScaleY( mBDrw->YMax3() );
    226   double zmin = mBDrw->ScaleY( mBDrw->ZMin3() );
    227   double zmax = mBDrw->ScaleY( mBDrw->ZMax3() );
     226  double zmin = mBDrw->ScaleZ( mBDrw->ZMin3() );
     227  double zmax = mBDrw->ScaleZ( mBDrw->ZMax3() );
    228228  bool asxy = mBDrw->isAutoScaleXY();
    229229  bool asz = mBDrw->isAutoScaleZ();
Note: See TracChangeset for help on using the changeset viewer.