PDA

View Full Version : Wall opening not showing



vinum
07-02-2007, 02:00 PM
Hi,

When I generate an iso with Isogen based on a model with a wall opening it shows a floor opening instead of a wall through. The Autoplant version I'm working with is 08.06.01.06.

Thanks in advance.

Jan Weyn

klauzer
03-17-2009, 02:35 AM
Yes, I have the same problem. Maybe you have solved it. Please let me know then how you did.

Packin31
03-17-2009, 07:08 AM
Got a fix for it

Some files were pointing to floor opening instead of wall opening

What I found was in the
C:\Program Files\Bentley\Plant XM\Modules\Base\methods.ini file PCF_OUT_METHOD
it was pointing to floor so I changed it to the following.

[AT_ATTACH_WALLOPENING]
PCF_OUT_METHOD = XCHG\PCF\AttOut ; at_PCFOut_attachWALL
------------------------------------------------------------------

You will also need to add a few lines in this ebs file to have it drawn on the iso correctly.
C:\Program Files\Bentley\Plant XM\Modules\Base\xchg\pcf\attout.ebs

I have attach the ebs file. You will see under 'Tom (PACKIN31) fix for placing wall on ISOMETRICS" where I added the script

kfauver
03-17-2009, 08:23 AM
Worked for me. Thanks again