@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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.