Message 1 of 8
Change color in sub-assembly (override from top assembly)

Not applicable
02-17-2017
01:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have no idea on how to solve this problem.
What i want is this code:
Component.Color("023512-15:1") = Farve
to work on parts in a subassembly
my first intuision was this, but didn't work:
Component.Color("023512-18:1", "023512-15:1") = Farve
What should i do?