HOpCreateNurbs3D.h
Go to the documentation of this file.
117 static void InsertNurbsFromMessage(const char *in_data, unsigned int data_length, HBaseView *m_pView);
128 static void EmitModifyControlPointMessage(HBaseView *pView, HC_KEY key, int control_point, float x, float y, float z);
136 static void ModifyControlPointFromMessage(const char *in_data, unsigned int data_length, HBaseView *pView);
152 static void FinishNurbsEditingFromMessage(const char *in_data, unsigned int data_length, HBaseView *pView);
307 void SubdivideSurface(HPoint *old_surface, HPoint *ssurf, int xlen, int ylen, int &new_xlen, int &new_ylen, bool xrefine);
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &hevent)
The HOpCreateNurbs3D class provides support for the interactive construction of various surface types...
Definition: HOpCreateNurbs3D.h:56
operator uses HOOPS nurbs function (HC_Insert_Nurbs)
Definition: HOpCreateNurbs3D.h:34
virtual HBaseOperator * Clone()
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 OnLButtonDown(HEventInfo &hevent)
The HNurbsSurface class encapsulates a NURBS surface or Chaking subdivision surface.
Definition: HOpCreateNurbs3D.h:179
operator creates surface based on chakin subdivision scheme
Definition: HOpCreateNurbs3D.h:36