18 #ifndef _HOPCREATECUTTINGPLANE_H
19 #define _HOPCREATECUTTINGPLANE_H
27 #include "HOpObjectTranslate.h"
82 void MakeCuttingPlane(
float z,
float rad);
The HOpCreateCuttingPlane class provides support for construction a cutting plane and inserting it in...
Definition: HOpCreateCuttingPlane.h:42
virtual HBaseOperator * Clone()
virtual int OnLButtonUp(HEventInfo &hevent)
virtual const char * GetName()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:65
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectTranslate class translates a selected object.
Definition: HOpObjectTranslate.h:46