HOpObjectClash.h
Go to the documentation of this file.
57 HOOC_World = 1,
58 HOOC_Screen = 2,
59 HOOC_Shell = 3,
60 HOOC_Enclosure = 4,
65 HOOC_Unknown = -1,
66 HOOC_In = 1,
67 HOOC_Out = 2,
68 HOOC_Clash = 3,
85 void ProcessSelectionResults( HC_KEY current_shell = HC_ERROR_KEY, float * transformed_points = 0 );
virtual void UpdateKeyList(void *data)
virtual HBaseOperator * Clone()
The HSelectionSet class manages a list of selected items.
Definition: HSelectionSet.h:66
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
The HSmartSelItem - selection item which can handle instancing.
Definition: HSelectionItem.h:187
virtual int OnLButtonUp(HEventInfo &hevent)
virtual const char * GetName()
int m_IntersectPolylinesVisible
Definition: HOpObjectClash.h:159
Definition: HOpObjectClash.h:51
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
virtual int OnKeyDown(HEventInfo &hevent)
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpObjectTranslate class translates a selected object.
Definition: HOpObjectTranslate.h:41