writing a macro which can change the setting in catia: Tools>option>general>compatibility>Graphics format
The below image shows the settings that generates the XML in catia but i couldnt get the Advanced configuration button in the XML file.
the XML generated is as below
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE CATSettingRepository [
<!ELEMENT CATSettingRepository (Attribute*)>
<!ATTLIST CATSettingRepository Name NMTOKEN #REQUIRED>
<!ELEMENT Attribute (Value*)>
<!ATTLIST Attribute Name CDATA #REQUIRED
Type CDATA #REQUIRED
Size NMTOKEN #REQUIRED
Lock (Locked|JustLocked|Unlocked) "Unlocked">
<!ELEMENT Value (#PCDATA)>
]>
<CATSettingRepository Name="Publish">
<Attribute Name="HPGL_Import_0" Type="CATPrintHPGLProperties" Size="-1">
</Attribute>
<Attribute Name="HPGL_Pen_Option" Type="int" Size="-1">
</Attribute>
<Attribute Name="RASTER_Export" Type="CATPrintRastProperties" Size="1">
<Value>Not Printable</Value>
</Attribute>
<Attribute Name="PutCurrentImageAtBeginning" Type="short" Size="1">
<Value>0</Value>
</Attribute>
<Attribute Name="PDF_Export" Type="CATPrintPDFProperties" Size="-1">
</Attribute>
<Attribute Name="SaveInOneFile" Type="short" Size="1">
<Value>0</Value>
</Attribute>
<Attribute Name="Export_Choice" Type="int" Size="1">
<Value>4</Value>
</Attribute>
<Attribute Name="Import_Choice" Type="int" Size="1">
<Value>0</Value>
</Attribute>
<Attribute Name="Version" Type="int" Size="1">
<Value>1</Value>
</Attribute>
</CATSettingRepository>
if anyone knows why this is happening please explain this.
Thanks in advance.
I am not able to move forward beyond this.