Page 1 of 1

Bug for non-zero length ECOL element with offset

Posted: 05 Mar 2012, 12:28
by michael_borland
There is a a bug for the ECOL element if the length is non-zero and the offset (DX or DY) is nonzero.

Three workarounds are possible:

* Use RCOL, if possible.

* Use a pair of ECOL elements separated by a drift space that is equal to the desired ECOL length.

* Instead of misaligning the ECOL element using the DY or DX parameters, bracket the ECOL by two MALIGN elements, as in
dyn: malign,dy=-0.02
dyp: malign,dy=0.02
col: ecol,...
bl: line=(dyn,col,dyp)

--Michael

Re: Bug for non-zero length ECOL element with offset

Posted: 05 Mar 2012, 12:32
by michael_borland
Here's the corrected source code for those who build from source.

--Michael