colorFunction (xyz) = 33% : # color 1 case xyz == "x" : 0.3 case xyz == "y" : 0.3 else : 0.3 33% : # color 2 case xyz == "x" : 0.4 case xyz == "y" : 0.4 else : 0.4 else : # color 3 case xyz == "x" : 0.5 case xyz == "y" : 0.5 else : 0.5 Lot --> color((colorFunction ("x")),(colorFunction ("y")),(colorFunction ("z")))
Lot --> color ( rand(1), rand(1), rand(1) )
const color1Value = rand(1)
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.