Search found 6 matches
- 26 Jun 2006, 16:43
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
- 23 Jun 2006, 18:41
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
- 23 Jun 2006, 18:18
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
Hello again, thank's for your quick response. It works perfectly to set the color with all the dwg I have. But, now I realize that I do not get the real color for all entities that are in blocks. Sometimes I have $1F FF FF FF instead of the color. I have tried that: <b>For</b> i := 0 <b>to</b> DWG.C...
- 23 Jun 2006, 14:26
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
- 23 Jun 2006, 14:20
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
- 22 Jun 2006, 20:04
- Forum: CAD VCL
- Topic: How to change all colors
- Replies: 9
- Views: 35095
How to change all colors
Hello, I would like to change all the colors of a DWG file to make them "whiter". But lines that do not use layer color are still in original colors. Here is what I have done : //Get the colors into table "Couleurs" <b>For</b> i := 0 <b>to</b> DWG.Converter.Counts[csLayers]-1 <b>do begin</b> Couleur...