Karl wrote:
I think what you are seeing is by design.
Happy New Year,
Karl
Happy New Year.
I dont think, this is by design. IMHO, this is the bug.
Unfortunately, I have not found in the standard library a door having any parameter - angle changing appearance of a door slab for demonstration of the bug.
Actually, I think, it is a serious bug, just luck, that basically doors of library have no such parameters.
For example, two variants for check.
1) Try to enter an angle of opening 2578 degrees instead of 45 degrees ( it is approximately 45*180/PI ).
Usual 3D view will be incorrect certainly, but in IS, the 3D view will as if it is 45 degree.
( attached picture)
2) Save As. any door for testing and add "PRINT gs_open_3D" to the 3D script for checking of the passed parameter value.
When you will "Update" placed IS drawing, you will see a message box on the current angle.
It will be 0.785398 instead of 45 (it precisely 45 degrees, but in radians).
As the value in radians close to zero, we see the door slab like it is closed.
Thanks, Oleg.