Hello.
I need to hide a particular Edge of a component.
Since there are several edges on a component, I need to make that particular edge unique.
So I thought of changing its color(for example green) and when the program selected a green edge, it will hide that edge.
I tried casting the Edge to SketchSegment since you can use the 'Color' function of the SketchSegment to get the selected object color.
But the program throws an Exception, the Edge cannot be casted to SketchSegment.
Is there a way to get the color of a an edge?
If none, is there any way to get the line type of an edge?
Please Help!
Thanks in advance
SolidworksApi macros