Variables | |
list | geomlist = [] |
string | myitem = " Placing target segments... At Z" |
string | notmyitem = "*Face" |
list | volumes = [] |
volinterest = geomlist[i] | |
pstart = volinterest.index('=') | |
myvol = volinterest[pstart+2:len(volinterest)-1] | |
list targetinfo.geomlist = [] |
Definition at line 4 of file targetinfo.py.
string targetinfo.myitem = " Placing target segments... At Z" |
Definition at line 8 of file targetinfo.py.
targetinfo.myvol = volinterest[pstart+2:len(volinterest)-1] |
Definition at line 23 of file targetinfo.py.
string targetinfo.notmyitem = "*Face" |
Definition at line 9 of file targetinfo.py.
targetinfo.pstart = volinterest.index('=') |
Definition at line 20 of file targetinfo.py.
targetinfo.volinterest = geomlist[i] |
Definition at line 17 of file targetinfo.py.
list targetinfo.volumes = [] |
Definition at line 10 of file targetinfo.py.