2005-02-17 03:47 AM - last edited on 2023-05-30 02:41 PM by Rubia Torres
2005-03-17 06:42 AM
Peter wrote:But if this was the case how did Erika get the results she showed in her post of Fri 18 Feb.
Ray,
I think that regardless of whether Profiler is using the TUBE command
or the REVOLVE command the resolution is 36.
2005-03-17 07:05 AM
2005-03-17 05:15 PM
Peter wrote:
I checked in the 3D script of a Profiler object that used the REVOLVE command and again there are no additional status codes for the RESOL command to operate on.
The 2D script of this object does use additional status codes but there is no RESOL command in the 2D script.
The 3D script is as follows:
MUL a/0.704003, b/0.704003, zzyzx/0.914400
RESOL 36
MATERIAL mat
ROTY 270+offset
ROTX begang
issolid=1
IF angle<360 THEN mask=16+32 ELSE mask=0
IF angle=360 AND NOT(issolid) THEN angle=359.9
IF issolid THEN cmask=mask+4+8 ELSE cmask=mask
REVOLVE 12, angle, mask,
0.889000, ABS(0.000000*dir+rad), 2,
0.889000, ABS(0.254000*dir+rad), 2,
0.914400, ABS(0.254000*dir+rad), 2,
0.914400, ABS(0.266700*dir+rad), 2,
0.735901, ABS(0.323343*dir+rad), 1,
0.550836, ABS(0.352002*dir+rad), 1,
0.363564, ABS(0.352002*dir+rad), 1,
0.178499, ABS(0.323343*dir+rad), 1,
0.000000, ABS(0.266700*dir+rad), 2,
0.000000, ABS(0.254000*dir+rad), 2,
0.025400, ABS(0.254000*dir+rad), 2,
0.025400, ABS(0.000000*dir+rad), 2
DEL TOP
Thank you,
Peter Devlin
2005-03-17 06:22 PM
2005-03-18 12:41 AM