fill multiorigin and manufacturing grid

So I'm calling something like M4Fil.fill(pattern_m4s, hstep(width_m4s + distance_m4s), vstep(height_m4s + distance_m4s), multiorigin) to generate a fill pattern.
But how can I ensure that the selected origin matches the manufacturing grid of 5 nm ? Where do I set that ?

Comments

  • The multiorigin feature will align the fill pattern to existing features - either original ones or residuals which are left from previous fill steps. Provided the original features are on-grid and the fill pattern is too (pattern dimensions and step vectors), the fill function should always generate on-grid pattern.

    Matthias

Sign In or Register to comment.