- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi.
I am trying to export an AutoCAD Mep model to IFC and I am not having alot of luck exporting the information that I want. Currently my drawing is very simple and only containes a few spaces and 2 VAV boxes. The two VAV boxes have their IFCTC columns in content builder set to IfcFanType.NOTDEFINED. The subtype of the part is set to SINGLE DUCT VAV. When I export the file, I get this line describing the VAV box.
#1765=IFCFANTYPE('0RFsBvPhT8hgK6ItbtVPAW',#33,'Single Duct VAV','','',(#1764),$,'','Single Duct VAV',.NOTDEFINED.);
The output line is described by the following:
| GlobalId | IfcGloballyUniqueId (STRING) | IfcRoot |
| OwnerHistory | IfcOwnerHistory (ENTITY) | IfcRoot |
| Name | IfcLabel (STRING) | IfcRoot |
| Description | IfcText (STRING) | IfcRoot |
| ApplicableOccurrence | IfcLabel (STRING) | IfcTypeObject |
| HasPropertySets | SET OF IfcPropertySetDefinition (ENTITY) | IfcTypeObject |
| RepresentationMaps | LIST OF IfcRepresentationMap (ENTITY) | IfcTypeProduct |
| Tag | IfcLabel (STRING) | IfcTypeProduct |
| ElementType | IfcLabel (STRING) | IfcElementType |
| PredefinedType | IfcFanTypeEnum (ENUM) | IfcFanType |
So Both the name and the ElementType is being set to "SINGLE DUCT VAV'. This is not what I want. I want the Name to be the partsize name. So I did a little digging and got to this page in the help file.
I believe that this page is telling me that if I add the following property set: IFCObjectAttributes{IFCFanType] found in the IFC Property Sets location that I can override these values. I have attached the property set, filled in the values that I want, but still get the original values.
I am at a loss at what to try next. It is clear that the IFC exporter is not working correctly. Why would it take the name of the part and insert the part subtype into it. What if i have 100 of the same type of part in a single drawing. There is no way to distinguish one from another.
Has anyone tried something like this before and came across this issue? Any help on the matter would be appreciated.
Thanks,
Keith
Solved! Go to Solution.
