Page 1 of 1

Changing the color of Dimension Entity

Posted: 29 Feb 2008, 12:57
by aby
Hi,

I'm not abled to change the color of Dimension Entities.

TsgDXFDimension *Ent;
Ent->Color = clRed;
Invalidate();

Is it posible to change the color of Dimensions?

Aby

Posted: 29 Feb 2008, 15:36
by support
Hello!

It is necessary to use like the following:

Ent->SetColor(clYellow);
TsgDXFImage->CurrentLayout->Converter->Loads(Ent);

Sergey



Please post questions to the forum or write to support@cadsofttools.com