3D Well Log Curves(#2678): Remove camera aligned draw plane

This commit is contained in:
Gaute Lindkvist
2018-04-17 08:46:53 +02:00
parent 290d58e7fd
commit 36b1dcf85f
2 changed files with 5 additions and 9 deletions

View File

@@ -35,12 +35,10 @@ class Rim3dWellLogCurve : public caf::PdmObject
public:
enum DrawPlane
{
HORIZONTAL_LEFT,
HORIZONTAL_RIGHT,
VERTICAL_ABOVE,
VERTICAL_BELOW,
CAMERA_ALIGNED_SIDE1,
CAMERA_ALIGNED_SIDE2
HORIZONTAL_LEFT,
HORIZONTAL_RIGHT
};
public: