Representation, marker fill, random inside and RANDOM ROTATE
November 09 2009 |
2 comments
Categories:
Symbology
I would like to create a polygon representation rule, with a marker symbol randomly distributed inside the polygon (no problem so far), the difficult part is to place each marker symbol with a randomly assigned rotation. (See attachment for what I want to accomplish). There is a geometric effect for rotation, but I cannot find a way to make the rotation random.
Mapping Center Answer:
There is no Random option for the rotation so you should add a new field to the attribute table that includes a random value from 0-360 and use that field to set the random rotation for the markers. Take a look at this Help doc about random number generators. Here is the online help for rotating point features using cartographic representations.
If you would like to post a comment, please login.