Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: How to use thick lines for highlighting functions: geAddHilightRectangle / Path / PathSeg / Polygon, etc.

$
0
0
Thanks much for the pointer, Andrew. In the same direction, I ended up using the following in an interactive SKILL session: drSetPacket("display" "y0" "blank" "thick2" "yellow" "yellow" "outline") to change the line thickness on "y0"/"drawing" or keep the original y0 as is, add another display packet and change highlight to it: drSetPacket( "display" "y0_thick" "blank" "thick2" "yellow" "yellow" "outline") geChangeHilightPacketName( hlightSetID "y0_thick")

Viewing all articles
Browse latest Browse all 33813