Usually admins don’t have problems with export to .ATT of a small models or
if they have not demanding customer.
But if you have huge models, the export process will take sometimes more then 6 hours+/-. Or if your customer will ask you to output only certain attributes or maybe they need other description in Autodesk Navisworks.
JAK and I designed a small tool to generate really easy procedure for export.
Here is the folder, you need to copy it to PMLLIB\design folder + run in command line:
PML REHASH ALL
show !!cdxattdumpSel
show !!uDampAttEdit
cdxattdumpSel – form to export ATT
uDampAttEdit – form to select what Attributes you need
Video Manuals:
Thanks to JAK
Hello,
I have some errors when I use it in E3D. Can you help me? Thank you for all.
Message: (160,8) File system error on file C:\AVEVA\E3D\2.1\pmllib\;C:\AVEVA\E3D\2.1\DFLTS\SDNF\;C:\AVEVA\E3D\2.1\DFLTS\bocad\\design\forms\attributeschange\types\GEP\des-uRule.pmldat – BFN:Bad file name format.
Line: In line 66 of PML function udampattedit.UDAMPATTEDIT
Command: if(!oFileRuleUAtt.exists().not())then
(44,33) BFN:Bad file name format
In line 233 of PML function udampattedit.UPDATEFILE
^^$m /
Called from line 1 of Command/Form Callback Command
!this.UpdateFile(|NEWRULE|)
Hi! try to create empty folder \design\forms\attributeschange\types\
and update line 62 of udampattedit to : !PMLLIB = !!evar(‘PMLLIB’).split(‘;’)[1] + ‘\design\forms\attributeschange\types\’
thanks you for all me_hungry, now it works very well. Thanks!!!
Hi,
I am getting following error in e3d
F&M: Form CDXATTDUMPSEL not found
In line 21 of Command/Form Input
show!!cdxattdumpSel
Ok. I designed it for Aveva Pdms. Maybe there is no such form in E3D. I will upload it a bit later.