Grid questions

Hi, alls:
The OCC provide the grid management use the V3d_Viewer class, so all view created from v3d_Viewer will have the same pose, (in the same plane too).
So how can I change these and create my own grid, such as one is rectangular grid, and another is circular grid.

please help me.
thankx.

Lugi.C

Math's picture

Hi,

Try V3d_View::SetGrid()

Math

Lugi.C's picture

Math, I did like yours, but the result is still the one which set by V3d_Viewer, if I set the grid by v3d_view::SetGrid, the result is not mine.

Thank your reply.
Lugi