@Hidden // = generic attribute to transport the info attr finalValue = 0 @Range ( "Rule", "User", "Object" ) attr useWhichAttr = "Rule" attr ruleDefaultValue = rand(10,20) // connection : attr source = "rule" attr userValue = rand(10,20) // connection : attr source = "user" // = you playing with slider attr objectAttrValue = 0 // value initialized with 0 // connection : attr source = "object"
Lot --> case useWhichAttr == "Rule" : set(finalValue, ruleDefaultValue ) GoExtrude case useWhichAttr == "User" : set(finalValue, userValue ) GoExtrude else : set(finalValue, objectAttrValue ) GoExtrude GoExtrude --> extrude( finalValue ) Done.
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.