13 #ifndef _HOPCREATECUTTINGPLANE_H
14 #define _HOPCREATECUTTINGPLANE_H
22 #include "HOpObjectTranslate.h"
77 void MakeCuttingPlane(
float z,
float rad);
The HOpCreateCuttingPlane class provides support for construction a cutting plane and inserting it in...
Definition: HOpCreateCuttingPlane.h:37
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:60
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectTranslate class translates a selected object.
Definition: HOpObjectTranslate.h:41