It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I'm trying to use xsection to build a crossing section of an SOI platform. In the previous code, grow function has been working fine. But when building the metal layer part, I want to grow an insulating layer with a thickness of 0.8um on the m1 layer, but the resulting layer result was only 0.08um, and when I changed the thickness value, the result did not change. I want to ask where the problem is? Is there any solution?
Thanks!
Comments
Hi Riox,
If the structure always terminated/clipped at specific height, then you might need to call
height(h)
function at the beginning to adjust max ceiling height.Hi RawrRanger,
Thanks very much. I forgot the limit.