@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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.