View Full Version : Color of Insulation Layer
zhngmm
11-02-2011, 04:48 PM
Anyone know how to set insulation layer color same as component layer color?
tkmashl
11-03-2011, 09:22 AM
I think you would have to edit the compprop.ebs...
krempav
11-03-2011, 10:37 AM
Use command (at_pipingsystem_setvariable "INSULATION_COLOR" "BYLAYER") then change layer_INS color. You can to REDRAW ALL components.
awerning
11-07-2011, 12:22 PM
We edited the compprop.ebs like TKM said.
zhngmm
11-08-2011, 12:50 PM
yes, I know I tried compprop.ebs, but the problem is that I can assign color to insulation object ("BYLAYER" or other color) but I don't know how to change insulation layer color in the ebs script.
krempav
11-09-2011, 04:29 AM
If you have comp_color set bylayer try this
add to Function at_Component_getInsulationLayer in compprop.ebs status = at_Component_modLayer(compID, insulationLayer, layerColor)
zhngmm
11-09-2011, 07:07 AM
mmm...interesting, I added at_Component_modLayer() function in at_Insulation_setCADPropertiesForObject() before, and it caused problems on redrawing existing components (insulation objects still went to compoent layers). I will try to put in at_Component_getInsulationLayer() this time.
Thanks
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.