Page 1 of 1

insert element

Posted: 29 Dec 2015, 11:48
by yuehao
Hi, Michael

If I want to insert number of new elements (of the same type) into lattice. Can I automatically assign different element name base on # of the insert. e.g. first insert element with name 'ins_01' and second with 'ins_02'?

Thanks a lot.
Yue

Re: insert element

Posted: 06 Jan 2016, 18:12
by michael_borland
Yue,

Unfortunately not. Given the way the code is structured, this would actually be a bit difficult to implement. The elements from a given insert_elements command will have the same name, but different ElementOccurence values in the output file.

--Michael