@fthomas wrote:
Hi Dale,
I would like to "highlight" an object doing this
const CRhinoObject* pOBJECT = (... here I get a pointer on my object)
if( pOBJECT != NULL ) pOBJECT->Highlight( );But the object is never "Highlighted"...
"Highlighted" means for me "PINK" like when Rhino popup a little windows asking to choose between 2 curves clicked for exemple.I must mention than my object is "SELECTED"... so already "yellow" in the document...
Is it why it's not possible to highlight it ? Or have I to do something more to see it "pink" ?
Regards,
Fred
Posts: 1
Participants: 1