crodgers

Untitled

Aug 4th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. def longLegTo(section_size):
  2. s = shape.Shape(section_size)
  3. return not FloatComparison.fne(s.short_depth, s.long_depth, .0001)
  4.  
  5. a_conn_size.AddRule(dialog.rules.Disable, conn_ll_to, dialog.rules.expr('longLegTo(%s_conn_size)' %(end), {'longLegTo': longLegTo}))
Add Comment
Please, Sign In to add comment