fx99

About

Username
fx99
Joined
Visits
1
Last Active
Roles
Member

Comments

  • Hi Everyone, I used sizing operations to detect structures with a certain width range: mins2=1.1 maxs2=1.8 met1w1= met1.sized(-mins2).sized(mins2) #met1w1.output("width(met1) > #{mins2*2} ") met1w2= met1w1.sized(-maxs2).sized(maxs2) #…