PDA

View Full Version : Printing relationship in iso title block



armin_eftekhari
10-15-2009, 09:56 AM
Hi there. I want to print some Autoplant's predefined relationships like "Area", "service" and "line no" in my isometric title block. i am using Autoplant's Isogen v8i. how can i do this?
I know how to make new relationship and print it in the isometric's title block but what should i do about the predefined ones?

Zortar
10-15-2009, 11:00 AM
First, you need to make sure that your OPCFHDR.EBS file is outputting the value to the PCF file. This is in the AT_PCF_HEADER_OUT () function.
You can use a function like PCF_PIPING_AREA (already defined in the EBS file) to get the value and write it out to the PCF file.