Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to set the color of a body in my script.
Some code in this forum I found doesn't work for me.
No error messages, but no change in body color either.
Code below:
fc = headExt.faces[0]
bd = fc.body
bd.name = _inputSelectScrewSize.value + ' Screw'
appear = appearanceLib.appearances.itemByName('Paint - Powder Coat (Blue)')
bd.appearance = appear
appear = design.appearances.itemByName('Paint - Powder Coat (Blue)')
fc.appearance = appear
Brad Bylls
Solved! Go to Solution.