change uniformat classification to another classification in .TXT file

change uniformat classification to another classification in .TXT file

mjnti
Explorer Explorer
2,192 Views
2 Replies
Message 1 of 3

change uniformat classification to another classification in .TXT file

mjnti
Explorer
Explorer

Is there a way to change uniforms to another type of classification, for example CCS (used in DK)
I have changed the name down in the uniformat txt file, one when I expote to an IFC and open it in Navisworks then it is under classification that it is Uniformat and not CCS

2,193 Views
2 Replies
Replies (2)
Message 2 of 3

Kimtaurus
Advisor
Advisor

*bump*

I've got the same problem, so I'm hoping this gets a response.

_____________________________________________________________________________
Please use "Accept as Solution" and give kudos as appropriate to further enhance these forums. Thank you!
0 Likes
Message 3 of 3

Edgaras.BIM.old
Contributor
Contributor

It is very sad what Autodesk is not opening the Assembly code system to be able to use any other classification systems. Instead, they created additional tools like BIM Interpobility Tools for classification. And this system is not linked with the IFC exporter. It would be great if they just delete Assembly code and replace it with a more flexible tool like the Interpobility tool. And of course, they should invest more time and for on Revit and IFC integration. 

 

At the moment you can modify IFC by hand using Notepad++ you should change information in this location:

#283= IFCCLASSIFICATION('<Link to Clasification source page>','<version number>','<Edition Date>','<Clasification name>','<Clasification Description>','<Location>','<??>');

#286= IFCCLASSIFICATIONREFERENCE('<Clasification oficila page link>','<Clasification code>','<Clasification Name>',#283,'<Clasification Description>','<??>');

#291= IFCRELASSOCIATESCLASSIFICATION('3vD1HL2uj2UAQQzOHfCkfz',#48,'<Clasification Name>','',(#272,#310),#286);

 

Below present how it should look then you export to IFC.

Before modification:

2021-05-21 16_25_46-BIM Vision.png

After modification:

2021-05-21 16_38_24-BIM Vision.png

0 Likes