Hi there,
I’m getting an error when trying to mouse-left-click and then select Rotate->Isometric Z, I get the figure that the y-axis is pointing up. Is this a bug?
My system is as follows:
GiD x64 16.1.6d
Windows11 Pro
Hi there,
I’m getting an error when trying to mouse-left-click and then select Rotate->Isometric Z, I get the figure that the y-axis is pointing up. Is this a bug?
My system is as follows:
GiD x64 16.1.6d
Windows11 Pro
Yes, this is a small bug of this developer version
we have done a several changes related with the rotations of views in last developer version:
The bug of Rotate->Isometric Z happen only in the contextual menu, the rest of menus are ok
It is fixed for next versions.
If you want can also fix your GiD 16.1,6d version editing the file<GiD\scripts\GrDataMenus.tcl, line 909
and replacing
{-np- GidRotateView::IsometricX} {-np- GidRotateView::IsometricY} {-np- GidRotateView::IsometricY}
by
{-np- GidRotateView::IsometricX} {-np- GidRotateView::IsometricY} {-np- GidRotateView::IsometricZ}