HSnapGrid.h
67 bool Create( const HPoint& origin, const HPoint& ref1, const HPoint& ref2, int count1 = 0, int count2 = 0);
138 // snap and display intervals for the grid. The diplay interval takes precedance if it is coarser.
168 bool insert_grid_geometry( const HPoint& origin, const HPoint& ref1, const HPoint& ref2, int count1, int count2);
183 bool get_grid_parameters( HPlane& retGridPlane, HPoint& retOrigin, HPoint& retRef1, HPoint& retRef2 );
193 bool snap_to_grid( HPoint& in_out, const HPoint& origin, const HPoint& ref1, const HPoint& ref2 );
The HSnapGrid class is used to display the grid and implements snapping to the grid.
Definition: HSnapGrid.h:31
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332