2003-11-09 12:21 AM
2003-11-09 04:59 AM
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-09 07:23 AM
2003-11-13 03:59 PM
2003-11-13 04:05 PM
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 04:05 PM
2003-11-14 09: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 09:50 AM