Rectangle3D
(ctor) Rectangle3D( Point3D start, Point3D end )
(ctor) Rectangle3D( int x, int y, int z, int width, int height, int depth )
int Depth( get; )
Point3D End( get; set; )
int Height( get; )
Point3D Start( get; set; )
int Width( get; )
bool Contains( Point3D p )
bool Contains( IPoint3D p )