Changing the color of Dimension Entity
Moderators: SDS, support, admin
Changing the color of Dimension Entity
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
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
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
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