Guys,
I can't for the life of me figure this out. I am trying to assign the calculated dia
as a variable (6mm_A1) as A1TOP
I have one assigned right below it (bottom_a1) thats work just fine....
See below :
BOTTOM_A1 =FEAT/CIRCLE,RECT,OUT
THEO/0,0,0,0,0,1,3.1315
ACTL/0.0128,0.0434,0,0,0,1,2.7899
CONSTR/CIRCLE,INTOF,WELL_A1,PLN_A1
6MM_A1 =FEAT/CIRCLE,RECT,OUT
THEO/0,0,11.56,0,0,1,3.6158
ACTL/0.0128,0.0434,11.56,0,0,1,3.6404
CONSTR/CIRCLE,CONE,HEIGHT,11.56,WELL_A1
ASSIGN/A1TOP = 6MM_A1.DIAM
ASSIGN/A1ANG = ((WELL_A1.ANGLE)/2)
ASSIGN/A1BOT = BOTTOM_A1.D
ASSIGN/A1SWAP = DEG2RAD(A1ANG)
ASSIGN/A1TAN = TAN(A1SWAP)
ASSIGN/A1VOL1 = (PI*HGT*A1BOT^2/4)
ASSIGN/A1VOL2 = (PI*A1BOT*HGT^2*A1TAN/2)
ASSIGN/A1VOL3 = (PI*HGT^3*A1TAN^2/3)
ASSIGN/A1VOL = A1VOL1+A1VOL2+A1VOL3
Any ideas appreciated.
I can't for the life of me figure this out. I am trying to assign the calculated dia
as a variable (6mm_A1) as A1TOP
I have one assigned right below it (bottom_a1) thats work just fine....
See below :
BOTTOM_A1 =FEAT/CIRCLE,RECT,OUT
THEO/0,0,0,0,0,1,3.1315
ACTL/0.0128,0.0434,0,0,0,1,2.7899
CONSTR/CIRCLE,INTOF,WELL_A1,PLN_A1
6MM_A1 =FEAT/CIRCLE,RECT,OUT
THEO/0,0,11.56,0,0,1,3.6158
ACTL/0.0128,0.0434,11.56,0,0,1,3.6404
CONSTR/CIRCLE,CONE,HEIGHT,11.56,WELL_A1
ASSIGN/A1TOP = 6MM_A1.DIAM
ASSIGN/A1ANG = ((WELL_A1.ANGLE)/2)
ASSIGN/A1BOT = BOTTOM_A1.D
ASSIGN/A1SWAP = DEG2RAD(A1ANG)
ASSIGN/A1TAN = TAN(A1SWAP)
ASSIGN/A1VOL1 = (PI*HGT*A1BOT^2/4)
ASSIGN/A1VOL2 = (PI*A1BOT*HGT^2*A1TAN/2)
ASSIGN/A1VOL3 = (PI*HGT^3*A1TAN^2/3)
ASSIGN/A1VOL = A1VOL1+A1VOL2+A1VOL3
Any ideas appreciated.
Comment