<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: masterformat classification in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263230#M34442</link>
    <description>Hey alemanda,&lt;BR /&gt;
&lt;BR /&gt;
You are a guinea pig now. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
You may be the first one to try this.&lt;BR /&gt;
Keep up the good work.</description>
    <pubDate>Thu, 25 Feb 2016 10:26:22 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2016-02-25T10:26:22Z</dc:date>
    <item>
      <title>masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263224#M34436</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there any chance to have a preset masterformat classification?&lt;BR /&gt;
Is it possible to create custom rules for classification?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/72495iC5D6C7B7BFFE7C66/image-size/large?v=v2&amp;amp;px=999" border="0" alt="masterformat classification.jpg" title="masterformat classification.jpg" /&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:28:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263224#M34436</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-24T16:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263225#M34437</link>
      <description>Yes, it is possible to create custom IFC Rules.&lt;BR /&gt;
All IFC Rules are in the &lt;BR /&gt;
"Graphisoft\IFC Rules 19.0.0 INT" &lt;BR /&gt;
folder within your User Profile folder (such as "C:\Users\Joe").&lt;BR /&gt;
They are XML files with a relatively easy-to-understand structure.&lt;BR /&gt;
&lt;BR /&gt;
I think you can take an existing XML file, copy it and modify that. Make sure it is in this same folder because the Apply Predefined Rules Dialog looks for them in that folder.&lt;BR /&gt;
&lt;BR /&gt;
Check the attached screenshot. Notice how the different fields within the dialog correspond to the different rows in the XML file.&lt;BR /&gt;
Also notice how that hierarchical structure of the data entries are created by the XML file.&lt;BR /&gt;
&lt;BR /&gt;
I think the &amp;lt;ApplicableTo&amp;gt; portions are important. For example, this XML code&lt;BR /&gt;

&lt;PRE&gt;		&amp;lt;ApplicableTo&amp;gt;
			&amp;lt;ClassName&amp;gt;IfcObject&amp;lt;/ClassName&amp;gt;
			&amp;lt;ClassName&amp;gt;IfcTypeObject&amp;lt;/ClassName&amp;gt;
		&amp;lt;/ApplicableTo&amp;gt;&lt;/PRE&gt;

will make this Rule enabled in the Apply Predefined Rules Dialog, because you specified that this Rule set is applicable to IFC Objects.&lt;BR /&gt;
There are other IFC Classes, like IFCStorey or IFCBuilding, IFCSpace, etc. &lt;BR /&gt;
For example, the COBIE Rule set applies only to Zone elements. So if you select a placed Wall, go to its settings Dialog, then click Manager IFC Properties, click Apply Predefined Rule to get to this Dialog, then select the COBie Rule, you will see that its contents are grayed and you cannot apply a COBie Rule to a Wall. This is because the COBie XML specifies that it is applicable to IFCSpaces. So this is why the &amp;lt;ApplicableTo&amp;gt; segment is important.&lt;BR /&gt;
&lt;BR /&gt;
From what I saw on the net this Masterformat is a classification system for objects, so the above should work, which is why you may want to make a copy of the CAWS XML and modify that copy.</description>
      <pubDate>Wed, 24 Feb 2016 22:59:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263225#M34437</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-24T22:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263226#M34438</link>
      <description>Thank you very much Lazslo for your time to explain the procedure.&lt;BR /&gt;
Yes it seems not to be so difficult in terms of programming ... just a little bit tedious to follow the syntax ...&lt;BR /&gt;
I don't know if masterformat is covered by copyright ... so I'll try to implement masterformat for my use.&lt;BR /&gt;
Thank you very much</description>
      <pubDate>Thu, 25 Feb 2016 07:42:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263226#M34438</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T07:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263227#M34439</link>
      <description>... maybe with a copy/paste + text combination using a spreadsheet it will be very easy ...</description>
      <pubDate>Thu, 25 Feb 2016 08:27:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263227#M34439</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263228#M34440</link>
      <description>I'm facing a trouble .. &lt;BR /&gt;
I implement the divisions of masterformat 2014 starting from the caws.xml file.&lt;BR /&gt;
Everything was ok.&lt;BR /&gt;
I launched archicad 19 and I found the masterformat in my IFC rules. Well. I closed archicad. Then I edited again the xml file and after launching again archicad I didn't found the changes; I just find the first version of my new xml file (which has been overwritten)&lt;BR /&gt;
Why?&lt;BR /&gt;
It seems archicad put it into a sort of cache ... If so, how to reset that cache?</description>
      <pubDate>Thu, 25 Feb 2016 09:17:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263228#M34440</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263229#M34441</link>
      <description>Ok. &lt;B&gt;Resolved&lt;/B&gt;.&lt;BR /&gt;
It seems that opening a new file it refreshes up the rules.</description>
      <pubDate>Thu, 25 Feb 2016 09:56:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263229#M34441</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T09:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263230#M34442</link>
      <description>Hey alemanda,&lt;BR /&gt;
&lt;BR /&gt;
You are a guinea pig now. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
You may be the first one to try this.&lt;BR /&gt;
Keep up the good work.</description>
      <pubDate>Thu, 25 Feb 2016 10:26:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263230#M34442</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-25T10:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263231#M34443</link>
      <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
The most "difficult" and tedious part is to prepare the data.&lt;BR /&gt;
But I found a way ... &lt;BR /&gt;
I don't know if I can ... but at the end I would like to show and share the work</description>
      <pubDate>Thu, 25 Feb 2016 10:38:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263231#M34443</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263232#M34444</link>
      <description>DIV 01. Done.</description>
      <pubDate>Thu, 25 Feb 2016 11:47:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263232#M34444</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T11:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263233#M34445</link>
      <description>&lt;BLOCKQUOTE&gt;alemanda wrote:&lt;BR /&gt;I'm facing a trouble .. &lt;BR /&gt;
I implement the divisions of masterformat 2014 starting from the caws.xml file.&lt;BR /&gt;
Everything was ok.&lt;BR /&gt;
I launched archicad 19 and I found the masterformat in my IFC rules. Well. I closed archicad. Then I edited again the xml file and after launching again archicad I didn't found the changes; I just find the first version of my new xml file (which has been overwritten)&lt;BR /&gt;
Why?&lt;BR /&gt;
It seems archicad put it into a sort of cache ... If so, how to reset that cache?&lt;/BLOCKQUOTE&gt;

I understood what happens.&lt;BR /&gt;
I'm in WIN&lt;BR /&gt;
When archicad starts it creates a copy of the translators, ifc rules, schemes and other things under /users/graphisoft/&lt;BR /&gt;
&lt;BR /&gt;
When you close archicad you suppose it deletes all the copied things. It doesn't ... so in order to apply the new IFC Rule you should copy manually into that "local" folder. Is it a bug?</description>
      <pubDate>Thu, 25 Feb 2016 15:59:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263233#M34445</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263234#M34446</link>
      <description>&lt;BLOCKQUOTE&gt;alemanda wrote:&lt;BR /&gt;The most "difficult" and tedious part is to prepare the data.&lt;BR /&gt;
But I found a way ...&lt;/BLOCKQUOTE&gt;

Does anyone have a tabulated txt containing the numbers of Masterformat 2014?&lt;BR /&gt;
This is an example:&lt;BR /&gt;
00 20 00 (tab)Instructions for Procurement</description>
      <pubDate>Thu, 25 Feb 2016 19:14:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263234#M34446</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-25T19:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263235#M34447</link>
      <description>Looks good so far.&lt;BR /&gt;
&lt;BR /&gt;
About your question: What I have found is that there is an IFC Rules folder in the "Defaults" folder of the ArchiCAD application folder. And then there is an IFC Rules folder in the "Graphisoft" folder of your User Profile folder.&lt;BR /&gt;
When ARCHICAD starts, it checks whether the User Profile's IFC Rules folder contains the same files as the Defaults folder. If not, it will copy the missing XML files from the Defaults folder to the User Profile's IFC Rules folder. &lt;BR /&gt;
What I found is that if an XML file exists in the User Profile's IFC Rules folder, the one existing in the Default folder will not overwrite it.&lt;BR /&gt;
&lt;BR /&gt;
So I think that the Apply Predefined Rule Dialog reads the file from the User folder, not the Defaults folder.&lt;BR /&gt;
However, you may have to restart ARCHICAD for it to read changes made in the XML file. So if ARCHICAD is open, and you modify the XML, you should quit then restart ARCHICAD. For me that worked and it read the changes in the XML file.</description>
      <pubDate>Thu, 25 Feb 2016 19:31:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263235#M34447</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-25T19:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263236#M34448</link>
      <description>&lt;BLOCKQUOTE&gt;laszlonagy wrote:&lt;BR /&gt;...&lt;BR /&gt;
However, you may have to restart ARCHICAD for it to read changes made in the XML file. So if ARCHICAD is open, and you modify the XML, you should quit then restart ARCHICAD. For me that worked and it read the changes in the XML file.&lt;/BLOCKQUOTE&gt;

For me it didn't work. When I close archicad and open again it I don't see the new xml IFC rule set, even if it has a new name in the folder.</description>
      <pubDate>Fri, 26 Feb 2016 10:38:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263236#M34448</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-26T10:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263237#M34449</link>
      <description>I think you should create the new XML file in C:\Users\&amp;lt;Username&amp;gt;\Graphisoft\IFC Rules 19.0.0 INT folder. Also, this is the XML file you should modify. In my experience, after modification of the XML file you need to restart ARCHICAD for it to read the new version of the file.&lt;BR /&gt;
Could it be that you modified a file in another folder?</description>
      <pubDate>Fri, 26 Feb 2016 11:10:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263237#M34449</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-26T11:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263238#M34450</link>
      <description>Yes. I was modifying the xml file in the program files folder.&lt;BR /&gt;
Now I'm working in the user folder.&lt;BR /&gt;
&lt;BR /&gt;
I reached the 12 division...</description>
      <pubDate>Fri, 26 Feb 2016 11:24:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263238#M34450</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-26T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263239#M34451</link>
      <description>Seems odd this is not part of the US / Canada template.&lt;BR /&gt;
&lt;BR /&gt;
We've got the local Dutch classification systems (and then some) in the dutch localisation.</description>
      <pubDate>Fri, 26 Feb 2016 11:46:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263239#M34451</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2016-02-26T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263240#M34452</link>
      <description>&lt;BLOCKQUOTE&gt;alemanda wrote:&lt;BR /&gt;Yes. I was modifying the xml file in the program files folder.&lt;BR /&gt;
Now I'm working in the user folder.&lt;BR /&gt;
&lt;BR /&gt;
I reached the 12 division...&lt;/BLOCKQUOTE&gt;

Yes, that was probably the problem.&lt;BR /&gt;
If Defaults\IFC Rules folder contains an XML file, and the same XML file exists in the User\Graphisoft\IFC Rules folder, ARCHICAD will not overwrite the latter file if you modify the file with the same name in the Defaults folder.&lt;BR /&gt;
The only thing it does is if an XML file does not exist in the User folder, it will copy it there from the Defaults folder. But if it already exists in the User folder, it does not touch it.</description>
      <pubDate>Fri, 26 Feb 2016 11:46:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263240#M34452</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2016-02-26T11:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263241#M34453</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;Seems odd this is not part of the US / Canada template.&lt;BR /&gt;
&lt;BR /&gt;
We've got the local Dutch classification systems (and then some) in the dutch localisation.&lt;/BLOCKQUOTE&gt;

We are very, very late to the game here. Unfortunately. :- (</description>
      <pubDate>Fri, 26 Feb 2016 19:04:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263241#M34453</guid>
      <dc:creator>Aaron Bourgoin</dc:creator>
      <dc:date>2016-02-26T19:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263242#M34454</link>
      <description>Almost done.</description>
      <pubDate>Fri, 26 Feb 2016 19:31:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263242#M34454</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-26T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: masterformat classification</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263243#M34455</link>
      <description>Finished.&lt;BR /&gt;
48 divisions implemented.&lt;BR /&gt;
At the moment the classifications does not distinguish the type so every numbers can be associated to every item in the model.&lt;BR /&gt;
&lt;BR /&gt;
Can I share it? Moderators, please advice about it.&lt;BR /&gt;
&lt;BR /&gt;
I'm investigating the possibility, applying the rule, to add a IFC property (example a specification text)</description>
      <pubDate>Sat, 27 Feb 2016 09:46:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/masterformat-classification/m-p/263243#M34455</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2016-02-27T09:46:41Z</dc:date>
    </item>
  </channel>
</rss>

