Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.0.4 ]
Solved! Go to Solution.
[ FlexSim 19.0.4 ]
Solved! Go to Solution.
Hi @Durga Ghosal,
Here is an example:
Object obj = Model.find("Processor1"); return obj.color.r; //Returns the red component of the color.
I hope this helps!
To get the color. The old syntax was getcolorcomponent(item,1)
I got the syntax.
Object item;
double val = item.color.r;
Thanks