
Originally Posted by
Opie
Can you upload your part?
Please forgive my ignorance, but would i be uploading the .dwg file for the part or the .XML file? I tried to attach a .txt file of the xml code, but the AUGI forums are not working with me today. Here are the two pieces of code that I think need to be changed:
Code:
<ColumnConstList desc="Wall Thickness" dataType="float" unit="inch" name="WALL_THICKNESS" id="CCL4" visible="1" context="WALL_THICKNESS" index="0">
<Item id="i0">2.0000</Item>
<Item id="i1">4.0000</Item>
<Item id="i2">6.0000</Item>
<Item id="i3">8.0000</Item>
<Item id="i4">10.0000</Item>
<Item id="i5">12.0000</Item>
</ColumnConstList>
AND
Code:
<ColumnConst desc="Wall Thickness" dataType="float" unit="inch" name="WTh" id="CC12" visible="1" context="WallThickness" index="0">6.0000</ColumnConst>

Originally Posted by
Opie
Are you able to work with XML files?
I can give it a try. I took a look before replying and i see both variables, one is the list and the other is the constant. Would it be a matter of deleting the constant line of code and then editing the list one to be "WTh" instead of "wall thickness"?