Change Entity Color?
Posted: 01 Apr 2008, 13:29
part1. 4/1
Hi,
I was see demo code Editor.
Entity-Inspector-button show Entity's value(include color and pos).
But it can't change color.
How to change color of entity?
And where are sample's(or demo) of change entity value's.
Is it possible to change the color(or some value) of entity?
part2. 4/2
I found some code change entity's color.(by hlp file)
I use that code like this.
=================================================
IN Editor Demo : fEntityInspector procedure( RefreshGrid)
Entity.SetColor($000000FF);
=================================================
This code can change entity value to red.
But I want to more information about change color.
There is no another way?(easy way...)
And Now i have more question.
How to get entity from cad file?
Is there way to find entity by name(or some entity-value)?
If you have more demo code or source for these problem, please send to my e-mail.
My english is crappy. Please understand by these question.
Thanks.
Hi,
I was see demo code Editor.
Entity-Inspector-button show Entity's value(include color and pos).
But it can't change color.
How to change color of entity?
And where are sample's(or demo) of change entity value's.
Is it possible to change the color(or some value) of entity?
part2. 4/2
I found some code change entity's color.(by hlp file)
I use that code like this.
=================================================
IN Editor Demo : fEntityInspector procedure( RefreshGrid)
Entity.SetColor($000000FF);
=================================================
This code can change entity value to red.
But I want to more information about change color.
There is no another way?(easy way...)
And Now i have more question.
How to get entity from cad file?
Is there way to find entity by name(or some entity-value)?
If you have more demo code or source for these problem, please send to my e-mail.
My english is crappy. Please understand by these question.
Thanks.