Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def longLegTo(section_size):
- s = shape.Shape(section_size)
- return not FloatComparison.fne(s.short_depth, s.long_depth, .0001)
- 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