What is the rule for numbering an area in ANSYS?
What is the rule for numbering an area in ANSYS?
(OP)
What is the rule for numbering an area in ANSYS?
For example,what is the number of every area in this part of program?
regards
Jili
! ************************************************
! * solid model *
! ************************************************
RECTNG,0,100,0,70,
CYL4,50,35,5
ASBA, 1, 2
RECTNG,20-.5,20+.5,70,100,
RECTNG,30-.5,30+.5,70,100,
RECTNG,40-.5,40+.5,70,100,
RECTNG,20-.5,40+.5,100,102,
RECTNG,20-1,20+1,70-1.5,70,
ASBA, 3, 6
RECTNG,20-1,20+1,70-1.5,70,
RECTNG,30-1,30+1,70-1.5,70,
ASBA, 7, 6
RECTNG,30-1,30+1,70-1.5,70,
RECTNG,40-1,40+1,70-1.5,70,
ASBA, 8, 7
RECTNG,40-1,40+1,70-1.5,70,
RECTNG,40-1.5,40+1.5,70-3,70-1.5,
ASBA, 9, 8
RECTNG,40-1.5,40+1.5,70-3,70-1.5,
RECTNG,30-1.5,30+1.5,70-3,70-1.5,
ASBA, 10, 9
RECTNG,30-1.5,30+1.5,70-3,70-1.5,
RECTNG,20-1.5,20+1.5,70-3,70-1.5,
ASBA, 11, 10
RECTNG,20-1.5,20+1.5,70-3,70-1.5,
For example,what is the number of every area in this part of program?
regards
Jili
! ************************************************
! * solid model *
! ************************************************
RECTNG,0,100,0,70,
CYL4,50,35,5
ASBA, 1, 2
RECTNG,20-.5,20+.5,70,100,
RECTNG,30-.5,30+.5,70,100,
RECTNG,40-.5,40+.5,70,100,
RECTNG,20-.5,40+.5,100,102,
RECTNG,20-1,20+1,70-1.5,70,
ASBA, 3, 6
RECTNG,20-1,20+1,70-1.5,70,
RECTNG,30-1,30+1,70-1.5,70,
ASBA, 7, 6
RECTNG,30-1,30+1,70-1.5,70,
RECTNG,40-1,40+1,70-1.5,70,
ASBA, 8, 7
RECTNG,40-1,40+1,70-1.5,70,
RECTNG,40-1.5,40+1.5,70-3,70-1.5,
ASBA, 9, 8
RECTNG,40-1.5,40+1.5,70-3,70-1.5,
RECTNG,30-1.5,30+1.5,70-3,70-1.5,
ASBA, 10, 9
RECTNG,30-1.5,30+1.5,70-3,70-1.5,
RECTNG,20-1.5,20+1.5,70-3,70-1.5,
ASBA, 11, 10
RECTNG,20-1.5,20+1.5,70-3,70-1.5,





RE: What is the rule for numbering an area in ANSYS?
If you need to do selections, it is better to refer/select by locations. More rigorous is the ability to query the last created entity...
If it seems like its a big pain to do and keep track of, then you're probably on the right track!
Good luck.
Rod
RE: What is the rule for numbering an area in ANSYS?
Thanks a lot for your answer.
Regards
Jili