
Fri, 04/03/2009 - 15:22
Forums:
Hi, is there a way to assign different colors for edges of meshes? I couldn't find something like MeshVS_ElementalColorPrsBuilder for edges.
There is Drawer->SetColor(MeshVS_DA_EdgeColor, ..) but it applies to all edges.
Thanks
Mon, 04/06/2009 - 10:27
I haven't played with MeshVS myself, but if it is like using AIS_Shape then you would have to implement it yourself. I am aware it is possible to assign different colors to the vertices, but I do really have my doubts about edges.
Thu, 04/16/2009 - 15:03
Maybe I should try to draw lines externally using AIS_Line etc. But then what is the fastest way to draw too many lines (each colored differently)?
Thanks