2003-11-08 03:21 PM
2003-11-08 07:59 PM
Red wrote:It is possible, using the PROJECT2 codes in the 2D script.
What I want to do is place a fill in 2d view, so can I fill read off the projection to make it an easy fix? I don't believe it’s possible but I wanted to here it from some gurus.
2003-11-08 10:23 PM
2003-11-13 06:59 AM
2003-11-13 07:05 AM
Red wrote:No,Normal Fill
if rf then
add2 0,-b/2
set fill JF
poly2_b 5, 2, JP, 91,
0-O,0,1,
a-T/2,0,1,
a-T/2,b,1,
0-O,b,1,
0-O,0,1
endif
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Projected FIll
I'm guessing a projected fill would be scripted like this??
if rf then
add2 0,-b/2
set fill JF
poly2_b 5, 2, JP, 91,
PROJECT2 3, 270, 2
endif
2003-11-13 07:05 AM
2003-11-14 12:28 AM
Wolf wrote:PROJECT2 does the 2D projection of the shape(s) defined in the 3D script.
I don't think it's possible while we don't know the 2D shape.
2003-11-14 12:50 AM