Highlight Entities

Highlight Entities

Anonymous
Not applicable
266 Views
3 Replies
Message 1 of 4

Highlight Entities

Anonymous
Not applicable
Is there a method of highlighting entities other than the object.highlight method.

I would like to highlight an entity (or entities) by changing the colour to red and changing all other entities to white.
0 Likes
267 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
I had a similar requirement recently. I ended up selecting the candidate entities, copying them to a separate, dedicated layer, then changing color on the copies, and grouping them. The separate layer made removal the colored copies easy. The originals remained unaffected. I also made the colored group blink a few times to further increase visibility. -- John Goodfellow irtfnm use john at goodfellowassoc dot com "TomRoberts" wrote in message news:7502297.1089073130003.JavaMail.jive@jiveforum2.autodesk.com... > Is there a method of highlighting entities other than the object.highlight method. > > I would like to highlight an entity (or entities) by changing the colour to red and changing all other entities to white.
0 Likes
Message 3 of 4

Anonymous
Not applicable
John, thanks for your reply

I thought of doing something similar but this method runs into problems with entities within blocks that are not colour BYBLOCK.

Out of interest, how do you get entities to flash?

Regards
Tom Roberts
0 Likes
Message 4 of 4

Anonymous
Not applicable
I'm >copying< the blocks to a special layer, so I own them and can hack them as I need. They're temporary. The originals remain undisturbed. Our entities and blocks are generally colored BYLAYER, so the color change to the group does propagate to its parts. The flash is done old fashioned way. Just set up a timer loop and toggle the group's visible property. -- John Goodfellow irtfnm use john at goodfellowassoc dot com "TomRoberts" wrote in message news:16397081.1089158206508.JavaMail.jive@jiveforum2.autodesk.com... > John, thanks for your reply > > I thought of doing something similar but this method runs into problems with entities within blocks that are not colour BYBLOCK. > > Out of interest, how do you get entities to flash? > > Regards > Tom Roberts
0 Likes