Hello,
I want to copy a table of text to a Catia V4 drawing,
is that possible to do somehow (without creating single text elements since it takes ages)
Basically I have excel sheets that I want to add to the Catia 4 drawings.
i have the same problem on hp-ux, on hp-ux i dont even have CATPrintBatchUtility...
what I do is that I start Xvfb first :(
Xvfb :99 -screen 0 1600x1200x32 &
tmp=$!
catstart -env "plotenv" -direnv "/some/path/" run "CATBatch thexml.xml"
kill $tmp
does...