Hello,
I wrote a very simple library part that displays the wall resolution
of curved walls. It is actually a window. The 2D script is as follows.
pen p2d
line2 0,0,0,0
!!!!print wall_resol
define style "style-1" fnt,fntsz,5,0
set style "style-1"
add2 0,2*C_
if flp then mul2 1,-1
text2 0,0,str(wall_resol,1,0)
What is strange is that if I insert this "window" into a straight wall
the lib part reports the resolution as 36. The same thing if inserted
into a three sided polywall. Does anyone know why a straight wall
has a resolution of 36 ?
I would like to point out that a curved wall, regardless of thickness,
having a radius of less than 13 1/2" my lib part reports its resolution as 36.
A curved wall with a radius greater than 13 1/2" my lib part reports its
resolution as greater than 36. For example, a curved wall with a radius of
50'-0" my lib part reports its resolution as 245.
Thank you,
Peter Devlin