blob: 5cc5df5788a7eba9079e702245ca714219c25cc8 (
plain)
1
2
3
4
5
6
|
// File: Select3D_SensitiveBox.lxx
// Created: Wed Jul 16 18:04:10 1997
// Author: Robert COUBLANC
// <rob@robox.paris1.matra-dtv.fr>
inline const Bnd_Box& Select3D_SensitiveBox::Box() const
{return mybox3d;}
|