Hi Peter,
Thanks for the input. I'm not sure why but I've had it stuck in my head that regardless of the direction I'm trying t stretch an object(x or y) in plan, I have to use "A". Maybe because I define the width and the only thing left is the length which in my mind is "A" It seems to be working fine with the script shown below. I've had trouble with other scripts that I couldn't stretch and couldn't figure out why...I think I know now. Thanks again.
Doug
!2D
PEN 2
RECT2 0,0,PANEL_WIDTH,B
LINE2 PANEL_WIDTH-.125",0 ,PANEL_WIDTH-.125",B
HOTSPOT2 0,0
HOTSPOT2 PANEL_WIDTH,0
HOTSPOT2 PANEL_WIDTH,B
HOTSPOT2 0,B
HOTSPOT2 PANEL_WIDTH/2,B
!3D
MATERIAL MAT
MULY -1
ROTX 90-PITCH
C=B/COS(PITCH)
PRISM 7, C,
0,0,
PANEL_WIDTH,0,
PANEL_WIDTH,1.25",
PANEL_WIDTH-.125",1.25",
PANEL_WIDTH-.125",.125",
0,.125",
0,0