Rotate block using reference angle

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an attribute within my block which is populated by a field linked to a sheet set custom property.
I then have another attribute which uses a field and displays the first attribute value but rounded up to the first whole number.
I also have a rotation parameter within the block.
How would I get the second attribute value (rounded value) to drive the rotation parameter?
I am then using a lookup table that would use the rotation value to return a corresponding lookup value.
The lookup value is then returned to a third attribute.
I suppose there could be an easier way to do this...
If the custom property in the sheet set is updated what would need to happen for the lookup table to update it's value?
For example:
Sheet set custom property value = 32.3
Attribute #1 = 32.3
Attribute #2= 33
Rotation parameter = 33
lookup table based upon the rotation parameter returns a value
This is essentially a lookup table like excel without using excel. The value being looked up comes from the sheetset manager.