I want to make component that draws line with specific color depends on number.
I made structure analysis component it can generate each elements stress, shear and moment.
stress,shear and moment are exported as double.
And, I want to add color to elements according to each double number.
I want to handle color number, for example {255,100,50} in my own component.
Custom display always help me, but It needs little bit more component than C# component I think.