Jump to content

Export IfcCovering in IFC 4


Recommended Posts

When I export in the IFC 2x3 version, in the export IFC settings, there is the option to export the components separately and, with it activated, the classification of each component is correct. How can I export wall finishes to IfcCovering for IFC 4 from a multi-layer wall style automatically?

Link to comment
  • Vectorworks, Inc Employee

Hi @ccarneiro,

 

AFAIU, you need to setup a condition in the IFC mappings for wall (just above IfcWall), like this:

=IF(OBJECTDATA('Component', 'Function', T=INDEX)='Load-Bearing', 'IfcWall', IF(OBJECTDATA('Component', 'Function', T=INDEX)='Inner Finish', 'IfcCovering', IF(OBJECTDATA('Component', 'Function', T=INDEX)='Outer Finish', 'IfcCovering', IF(OBJECTDATA('Component', 'Function', T=INDEX)='OTHER', 'IfcBuildingElementProxy', 'NoExport'))))

 

Next step, is to have ExportOptions pset attached with 'Export Separate Instances" set to TRUE;

 

This will export every layer as a separate wall/covering/proxy, depending on the component function.

Optionally, you can add IfcCovering as Primary Entity and setup its fields (this is only needed, if you need some fields to have information or to have psets attached to IfcCovering);

 

HTH,

Mihail Rizov

 

  • Like 4
Link to comment
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...