blob: 5e80d7c54cf45c597abaeb1c8f7c44dda2c475d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <gp_XYZ.hxx>
#include <gp_Pnt.hxx>
#include <Bnd_Box.hxx>
#define Coord gp_XYZ
#define Point gp_Pnt
#define Bound Bnd_Box
#include <BndLib_Compute.gxx>
#undef Coord
#undef Point
#undef Bound
|