Activity for IFC for Revit

  • ady  wren ady wren posted a comment on discussion General Discussion

    Also have a plugin developed to batch export rvt, nwc & ifc. Curious if you found a way of setting the IFC-SPF header information within IFCExportConfig ?

  • Miguel Miguel posted a comment on a wiki page

    Addendum... I have used the same line in the mapping file to create a new property and it works, but by LoadBearing it doesn't...

  • Miguel Miguel posted a comment on a wiki page

    Hi Angel. I got the mapping to work really well on most cases, but I found a blockade. I am trying to override the "Loadbearing" built in parameter from Revit with a user one and it fails... The system works because I can override the "FireResistance" parameter with the same .TXT file, but the LoadBearing keeps the config from the Built-In and ignores the custom... Any ideas? Thanks in advance!

  • Vashisht Toolsy Vashisht Toolsy posted a comment on discussion General Discussion

    What is the best practice of linking an IFC file into a Revit Model? Is there a new method of converting the IFC file into a Revit file? Thanks

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    For some reason the dot got included in the link - follow the link and then remove the dot and you will get to the folder. https://github.com/Autodesk/revit-ifc/tree/master/Source/IFCExporterUIOverride

  • Stepanov Aleksey Stepanov Aleksey posted a comment on discussion General Discussion

    hmm page not foung

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    I mean, as a guideline, look here: https://github.com/Autodesk/revit-ifc/tree/master/Source/IFCExporterUIOverride. Look for ExportIFC usage.

  • Stepanov Aleksey Stepanov Aleksey posted a comment on discussion General Discussion

    Thanks for the answer, but I don’t understand where I can get it?UI?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Look at the UI code - that is what actually calls the exporter (and gets the ExporterIFC class). You are correct that you don't make it yourself.

  • Stepanov Aleksey Stepanov Aleksey posted a comment on discussion General Discussion

    Hi all! I want to use the method https://www.revitapidocs.com/2019/5e07799e-4653-46e3-5e0c-ded9c7f812ee.htm but I don't understand where you can get or create "ExportetIfc" IExporterIFC and ExporterIFC are different things( IExporterIFC does not implement but rather uses the ExporterIFC class Actually there is no information about it anywhere.

  • Miguel Miguel posted a comment on discussion General Discussion

    Thanks Joao. I think this really gives me a way to test things further. Thanks a lot!! (I guess it was just logical that I was not the first to face this conundrum)

  • Joao Carolino Joao Carolino posted a comment on discussion General Discussion

    Hi Miguel, I understood from your question that you want to override the common property definition FireRating based on an Instance revit parameter and not a Type parameter. In Revit, the type parameter which will be exported to the FireRating IFC property is "Fire Rating" (with space) and this is a built-in parameter. To override this info you can create an Instance parameter "FireRating" which will override the Type parameter information and then you achieve what you want. If this is really your...

  • Miguel Miguel posted a comment on discussion General Discussion

    Thanks, Peter. This "workaround" have we already tried, and it works. The point is that we would very much like to adhere to the IFC standard PSets.Xcommon so our goal is to be able to extract the info from the source we want and not from the one Revit forces us to... Is it somewhat possible?

  • Peter Kompolschek Peter Kompolschek posted a comment on discussion General Discussion

    miguel, i hope i understand your question my solution is to disable the export of standard psets and revit psets to only export user defined psets. ther you can setup whatever you want. (like changing the FireRating from a type parameter to instance)

  • Miguel Miguel posted a comment on discussion General Discussion

    Hello. Regarding the Mapping from Revit "into" the common PSets, is there a way to override the hardcoded "builtin parameter" mapping? I mean, i.e. I would like the PSet.WallCommon FireRating to go into the IFC4 from an Instance Parameter instead of from the family parameter, but I can not find a way to override it using the PSet.txt and the Map.txt files. And furthermore, where can I find the mentioned "reference table" of all these hardcoded built in parameter mappings? Thanks in advance!!

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Please send the problematic file to angel.velez@autodesk.com.

  • Lillian Lillian posted a comment on discussion General Discussion

    Hi there, I have been trying to export a plumbing model into IFC file from Revit 2024 and 2022. The elbows are displayed well in the Revit. But there are no elbows in the IFC file. I have tried different exporting settings, such as "IFC4 Reference View", "IFC4 Design Transfer View", the high geometry level of detail, 'Allow use of mixed "Solid Model" representation', 'Keep Tasselled Geometry as Triangulation', etc. Does anyone have any ideas on how to resolve this issue? Appreciate any help. Tha...

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Yes, correct.

  • mischterx mischterx posted a comment on discussion General Discussion

    Thanks. I assume you are referring to the latest IFC exporter and not Revit itself?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    You need to get the latest Revit 2023 version from GitHub - it was stabilized after Revit 2023 had initially shipped.

  • mischterx mischterx posted a comment on discussion General Discussion

    When I export an IFC from Revit, the IfcGuid parameter for rooms keeps changing with each export. In my search I came across this github issue [1]. However, I still have the same problem that the IfcGuid for a room changes with each export. Referring to the IFC file, it contains the following header HEADER; FILE_DESCRIPTION(('ViewDefinition [CoordinationView_V2.0, QuantityTakeOffAddOnView]'),'2;1'); FILE_NAME('7000-BS11','2023-12-03T13:13:22+01:00',(''),(''),'ODA SDAI 22.12','23.0.11.19 - Exporter...

  • Teun Teun posted a comment on discussion General Discussion

    Hi Lukasz. I can confirm that it is possible to change the DataStorage. This will effect the export Classification Settings on export. However the Classification Description still has some issues. These issues are already there and are not related to what we are doing here. By the way, it possible to create a new Type Text Project Parameter. Attach it to all relevant Categories. The value of this Type Parameter should be: {$this("Assembly Code")+":"+$this("Assembly Description")} Use the new created...

  • Teun Teun modified a comment on discussion General Discussion

    Hi Lukasz, The settings seems to be saved in the ExtensibleStorage (GUID 9a5a28c2-ddac-4828-8b8a-3ee97118017a). Beside some other UI settings for the IFC exporter. I think the exporter will read these values and use them while exporting. So if this is true it is a part of the Project. All the settings seem to be public and changeable. I tried but was not able to change these settings. Not sure why. Perhaps my knowledge of the ExtensibleStorage functionality.

  • Teun Teun posted a comment on discussion General Discussion

    Hi Lukasz, The settings seems to be saved in the ExtensibleStorage. Beside some other UI settings for the IFC exporter. I think the exporter will read these values and use them while exporting. So if this is true it is a part of the Project. All the settings seem to be public and changeable. I tried but was not able to change these settings. Not sure why. Perhaps my knowledge of the ExtensibleStorage functionality.

  • LWL LWL posted a comment on discussion General Discussion

    Hi Teun, Thank you for the hint. I tried it in C#, however no success.... IFC exported, not error, just IfcClassification is missing. I followed your advice - at the end we obviously provide serialized string to AddOption method. What is obvious, is that this string is the same as the one saved in Json file, exported from manual settings. this is what I have: IFCClassification ClassificationSettings = new IFCClassification(); ClassificationSettings.ClassificationName = "DIN 276"; ClassificationSettings.ClassificationSource...

  • Teun Teun posted a comment on discussion General Discussion

    Ok. I cannot get this to work in Python. No error whatsoever. And I get an IFC. But the values do not change. And I also found some strange things with the Classificationsettings. The exporter seems to remember old manually changed values. But I do not know how or where. And they also do not show up when you manually want to change values. Have you tried it Lukasz?

  • Teun Teun posted a comment on discussion General Discussion

    I have not tested this at the moment. But I found an interresting C# example online. Row 703 https://csharp.hotexamples.com/site/file?hash=0xccd9792b90d64b2dce3d80f89c71ab2db8c4d0a78f6825d843ec1bccf1990610 It seems a JSONstring should ? work in combination with "ClassificationSettings" or "ProjectAddress" as a Name in the IFCExportOptions .AddOption() method.

  • LWL LWL modified a comment on discussion General Discussion

    Dear all, as in the title, to add option for this IfcExportOption: "Export2DElements": false,` I can simple write: options.AddOption("Export2DElements", "false"); but how can I programatically add Classification Settings, which in IfcExportOption .json look like this: "ClassificationSettings": { "ClassificationName": "MyClassificationName", "ClassificationEdition": "MyClassificationEdition", "ClassificationSource": "", "ClassificationEditionDate": "\/Date(-62135596800000)\/", "ClassificationLocation":...

  • LWL LWL posted a comment on discussion General Discussion

    Dear all, Dear all, as in the title, to add option for this IfcExportOption: "Export2DElements": false,` I can simple write: options.AddOption("Export2DElements", "false"); but how can I programatically add Classification Settings, which in IfcExportOption .json look like this: "ClassificationSettings": { "ClassificationName": "MyClassificationName", "ClassificationEdition": "MyClassificationEdition", "ClassificationSource": "", "ClassificationEditionDate": "\/Date(-62135596800000)\/", "ClassificationLocation":...

  • Kamaljeet S Marwah Kamaljeet S Marwah posted a comment on discussion General Discussion

    Hi, this forum is very interesting. We also provide Revit Architecture Modeling. You also get update about by visiting this site.

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Correct, we export material properties but not for IFC2x3 CV 2.0 because that disallows it.

  • Teun Teun posted a comment on discussion General Discussion

    The sourceforge forum is not up to date anymore. On the Github site you can find this https://github.com/Autodesk/revit-ifc/issues/584. The biggest problem is still that BuildingSmart's MVD doesn't approve it. Especially for IFC2x3. That was the main MVD when starting this question.

  • Chris Hanschen Chris Hanschen posted a comment on discussion General Discussion

    I found this topic: https://github.com/Autodesk/revit-ifc/issues/82 That one is solved! So when you use 'export only elements in the view' the settings of the Visibility-Graphics of the view will be used to export or ignore Topograpy in Design Options. But, when you not use 'export only elements in the view' (export entire model) the Topography within 'Not Primary Design Options' will be exported! Revit 2022 + 2023 (not tested in 2024) (can be solved by ExportToIFC=No, but that should not be necessary)...

  • lucas fukuda lucas fukuda posted a comment on discussion General Discussion

    2023 and still this issue... almost a decade

  • Chris Hanschen Chris Hanschen posted a comment on discussion General Discussion

    Since Revit 2023 there are Built-In Parameters for IFC properties. When the user clicks on ' Export Type to IFC As' a DialogBox is shown, see attachment IFC Dialog.png Is there a way to call this Dialog from your own code and get back the results? (I did not found this Dialog in de open source IFC Exporter) Thanks ! Chris Hanschen LKSVDD architecten The Netherlands

  • Stepanov Aleksey Stepanov Aleksey posted a comment on discussion General Discussion

    Hi all! I want to use the method https://www.revitapidocs.com/2019/5e07799e-4653-46e3-5e0c-ded9c7f812ee.htm but I don't understand where you can get or create "ExportetIfc" Actually there is no information about it anywhere.

  • Martin Spence Martin Spence modified a comment on discussion General Discussion

    Hi all, I created the same topic at the Revit forum a couple of days ago, but I haven't had any takers, so I thought I'd try here instead :-) We've recently started projects in Revit 2023.1, and during a QA session yesterday using IFC's in Solibri, I found out that none of the objects registers the values we assign in the traditional "IfcExportAs"- and "IfcExportType"-parameters. I know that Autodesk probably wanted to ease the use of costumization/overriding of the IFC Type and Predefined Type properties,...

  • Martin Spence Martin Spence posted a comment on discussion General Discussion

    Btw, I'll post this at the github issues page as well.

  • Martin Spence Martin Spence modified a comment on discussion General Discussion

    Hi Angel, Thank you very much for the quick response. I believe a lot of people, who are used to do IFC deliveries as a part of project documentation and tenders, would be very grateful if it was an option to use the "old" parameters. So if this is a posibility, I'd definately vote for that :-) Best regards, Martin

  • Martin Spence Martin Spence posted a comment on discussion General Discussion

    Hi Angel, Thank you very much for the quick response. I believe a lot of people, who are used to do IFC deliveries as a part of project documentation and tenders, woudl be very grateful if it was an option to use the "old" paramters. So if this is a posibility, I'd definately vote for that :-) Best regards, Martin

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    These discussions have moved to GitHub here:https://github.com/Autodesk/revit-ifc But yes, on upgrade to Revit 2023, we move the IfcExportAs values to the new IFC Export As built-in parameters and no longer use the old ones. Would you want an option that would look at these parameters? We didn't want to do it by default because of the performance cost of looking at obsolete parameters.

  • Martin Spence Martin Spence posted a comment on discussion General Discussion

    Hi all, I created the same topic at the Revit forum a couple of days ago, but I haven't had any takers, so I thought I'd try here instead :-) We've recently started projects in Revit 2023.1, and during a QA session yesterday using IFC's in Solibri, I found out that none of the objects registers the values we assign in the traditional "IfcExportAs"- and "IfcExportType"-parameters. I know that Autodesk probably wanted to ease the use of costumization/overriding of the IFC Type and Predefined Type properties,...

  • Mart Mart modified a comment on discussion General Discussion

    Hello all, For an infrastructure project it is demanded to classify the elements by the following: IfcProject, IfcSite, IfcFacility, IfcFacilityPart. Do you know how I could give these attributes to the elements inside Revit and how I could check in a ifc viewer that they are correctly assigned ? thank you !

  • Mart Mart modified a comment on discussion General Discussion

    Hello all, For an infrastructure project it is demanded to classify the elements by the following: IfcProject, IfcSite, IfcFacility, IfcFacilityPart. Do you know how I could give these attributes to the elements inside Revit and how I could check in a ifc viewer that they are correclty assigned ? thank you !

  • Mart Mart modified a comment on discussion General Discussion

    Hello all, For an infrastructure project it is demanded to classify the elements by the following: IfcProject, IfcSite, IfcFacility, IfcFacilityPart. Do you know how I could give these attributes to the elements inside Revit and how I could check in a ifc viewer that are correclty assigned ? thank you !

  • Mart Mart posted a comment on discussion General Discussion

    Hello all, For an infrastructure project it is demanded to classify the elements by the following: IfcProject, IfcSite, IfcFacility, IfcFacilityPart. Do you know how I could give these attributes to the elemenbts inside Revit and how I could check in a ifc viwer that are correclty assigned ? thank you !

  • J Nijenhuis J Nijenhuis posted a comment on discussion General Discussion

    second file

  • J Nijenhuis J Nijenhuis posted a comment on discussion General Discussion

    Revit version 2022. Windows 11. I assemble (structual fraiming) family's when i want to keep those family's together and treat them as one. When exporting the model to IFC a part of the assembly 'jumps' to a different height. This means when i need to make an export i need to save my file, disassemble every single assembly and check if i have not missed one. Funny thing is that this sometimes happens to both of the structural framing family's, sometimes to one but the anchor, (structural stiffener)...

  • Melanie Ernst Melanie Ernst posted a comment on discussion General Discussion

    Hello all, I have a question regarding the IFC Import Options (see image below). Is it possible to read and modify the IFC mappings from the Revit API? Meaning, e.g defining a new mapping file or retrieving the existing one and adding a new mapping or editing an existing mapping. Thanks in advance!

  • ady  wren ady wren modified a comment on discussion General Discussion

    Hi, We are trialling use of the Revit API to manipulate a copy of the element's Uniclass 2015 Ss / SL classification value to set a compliant BS EN ISO 13567-2 layer name during IFC export. We are using shared parameters "IfcPresentationLayer" for physical assets (by Type) and "IFC CAD Layer" for Rooms & Areas (by Instance). All working fine so far except where exporting revit category 'Stairs', Solibri reporting a layer name matching Revit.ini ExportLayersNameDGN reference - any suggestions?

  • ady  wren ady wren modified a comment on discussion General Discussion

    Hi, We are trialling use of the Revit API to manipulate a copy of the element's Uniclass 2015 Ss / SL classification value to set a compliant BS EN ISO 13567-2 layer name during IFC export. We are using shared parameters "IfcPresentationLayer" for physical assets (by Type) and "IFC CAD Layer" for Rooms & Areas (by Instance). All working fine so far except where exporting revit category 'Stairs', Solibri reporting a layer name matching Revit.ini DGN reference - any suggestions?

  • ady  wren ady wren posted a comment on discussion General Discussion

    Hi, We are trialling use of the Revit API to manipulate a copy of the element's Ss / SL classification value to set a compliant BS EN ISO 13567-2 layer name during IFC export. We are using shared parameters "IfcPresentationLayer" for physical assets (by Type) and "IFC CAD Layer" for Rooms & Areas (by Instance). All working fine so far except where exporting revit category 'Stairs', Solibri reporting a layer name matching Revit.ini DGN reference - any suggestions?

  • james k james k posted a comment on discussion General Discussion

    Thanks for all your help, anyway i can also get the IFC Type to display at the beginning? Example IfcDoor:family name?

  • wsolihin wsolihin posted a comment on discussion General Discussion

    You can do it by using a feature called parameter expression (https://sourceforge.net/p/ifcexporter/wiki/Notes%20on%20parameter%20expression/). For example: IfcName = {$type("Family Name")+"/"+$ElementId+"/"+$type("Name")}

  • james k james k modified a comment on discussion General Discussion

    Hi everybody, I am trying to do something similar, is their a way i can replace the IfcName default value of <family name="">:<type name="">:<id> to be IfcType:family name?</id></type></family>

  • james k james k posted a comment on discussion General Discussion

    Hi everybody, I am trying to do something similar, is their a way i can replace the IfcName default value of <family name="">:<type name="">:<id> to be IfcType:family name?</id></type></family>

  • Andy Parrella Andy Parrella posted a comment on discussion General Discussion

    Is this posted over at GitHub? We don't check this forum as much any more. However I have created item REVIT-199478 to see how we can make this happen. Thanks and sorry for the... four year delay :(

  • Mileta Pejovic Mileta Pejovic posted a comment on discussion General Discussion

    No feedback yet? It's a very old issue and I believe an important one. It also seems that is closely related to these issues/topics as well: https://sourceforge.net/p/ifcexporter/discussion/general/thread/64525b95/ and https://sourceforge.net/p/ifcexporter/discussion/general/thread/4351a1bb/ We would really appreciate any feedback on this, since it is really important if we could preserve any relation between a host family and its nested/shared families when the Revit file is exported into IFC

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    The resultant data should be the same, but there is no guarantee that two exports in a row would result in the same exact IFC file (minus the timestamp). There is currently work ongoing to reduce that, especially around getting IFC guids to be the same every export, but I don't think that's a current requirement for IFC to have the exact same file (at least not at the international level).

  • Jacob Jacob posted a comment on discussion General Discussion

    Hallo, I tried using Revit 2022's Export model to IFC from the UI. However after I tried exporting the same model twice with identical settings I get a inconsistency in my IFC's ? Specifically I found that the Miele Induction Cooktop 6350 LPT had slightly different cooking sheet when comparing the same model exported twice. I have narrowed it down to the IFCPOLYLOOP is different when comparing the two IFC's. I used a third-party program to identify and it confirmed my suspension that some of the...

  • kaddsolutions kaddsolutions posted a comment on discussion General Discussion

    Hi Angel, Just seeing if there is an update on this?

  • Amir Aroesti Amir Aroesti posted a comment on discussion General Discussion

    what works? unfortunately i cant update to 2023

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Have you tried Revit 2023 to see if it works?

  • Amir Aroesti Amir Aroesti posted a comment on discussion General Discussion

    Hi, I have a file from a client which contains very detailed families. The export takes a lot of time and usually it fails. What is the best way to export, using the IFC 2x3 setting? How should the file be analysed to find out what family is causing the trouble? using IFC 2x3 schema. where is the information of rotate to true north is stored? thnaks

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    Does this work for all english and no german templates?

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    When I do this process in a new file it perfectly works but in the current revit modelled in a german family it doesnt. Might it have to be the choosen family template or any hints why it could not work on this project?

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    Dear colleagues, I'm using the following txt file to set the shared parameter in Revit 2023 https://github.com/Autodesk/revit-ifc/blob/master/Install/Program%20Files%20to%20Install/IFC%20Shared%20Parameters-RevitIFCBuiltIn_ALL.txt is it the appropiate file or what else might I be missing. Still not seeing any change on Name ifc parameter

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    Thanks for replying me Wsolihin, Indeed I've set values to the IfcName parameter: Is there anything wrong with the IFC export options I've made or what else should I check again?

  • wsolihin wsolihin posted a comment on discussion General Discussion

    IfcName should not be dependent of the parameter group. We don't actually check the parameter group of the IFC related parameters. Have you assign any value to IfcName? The default value for the name is <family name="">:<type name="">:<id> will be assigned when there is no value specified in IfcName, or the IfcName parameter does not exist</id></type></family>

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    I placed the IfcName parameters in IFC parameter group but I can still visualizing the same Name property mm.. Any other hint?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    @wsolihin does IfcName have to be under IFC Parameters? The IFC code is here: https://github.com/Autodesk/revit-ifc

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    Awesome, would you be kind to share the IFC source code link? I've created my shared parameter "IfcName" by the way and a project parameters based on it and It was assigned to all elements. Then I've export the IFC file as shown in pictures but Then It does not appear on bim vision nor bimCollabZoom as a ElementSpecific property. Am I missing a step on this workflow?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    This can definitely be done with the Revit API. I don't really have an example other the the IFC source code itself which you could look at how it creates the name on export and how it creates shared parameters on link.

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    Do you have any example by chance similar to this task ? Can this be done with revit API or do you mean to work it on forge API?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    You could supply the "IfcName" shared parameter to all elements and use API to populate it. Then you would get what you want.

  • miguel gutierrez torres miguel gutierrez torres posted a comment on discussion General Discussion

    Hi everybody, Im exporting ifc files but when I open them up in a bim ifc viewer, I realize that the parameters Name and object type incorporates the "Family type" and even the Tag property is added. My organization wish only to see the element name. Is it feasible to edit those parameters from the back-end using forge API? Have you gone through something like this before? Thanks in advance.

  • frank aarssen frank aarssen posted a comment on discussion General Discussion

    so this is probably related to an issue ( and potential fix) i submitted on the GitHub-site. https://github.com/Autodesk/revit-ifc/issues/137

  • Laura Resta Laura Resta posted a comment on discussion General Discussion

    I am very interested in this topic. Does that mean that it will be in the next updates? in which version of Revit? Do you know more or less when?

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    It has finally made it to our public roadmap: https://trello.com/b/ldRXK9Gw/revit-public-roadmap

  • Mileta Pejovic Mileta Pejovic posted a comment on discussion General Discussion

    Any update on this topic now? It's been a while, is there any progress or roadmaps for this?

  • Anthony Paboeuf Anthony Paboeuf modified a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response. So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help!

  • Anthony Paboeuf Anthony Paboeuf modified a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response. So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help!

  • Anthony Paboeuf Anthony Paboeuf modified a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response of this form (see at the end of this post) So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help!

  • Anthony Paboeuf Anthony Paboeuf modified a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response of this form (see at the end of this post) So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help! { "Elements" : [ { "Guid" : "2RUaXBzRD6eunOCU9NxJ2$", "Name" : "Mur de base:External - 200mm 2:205139", "Type" : "IfcWallStandardCase",...

  • Anthony Paboeuf Anthony Paboeuf modified a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response of this form (see at the end of this post) So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help! { "Elements" : [ { "Guid" : "2RUaXBzRD6eunOCU9NxJ2$", "Name" : "Mur de base:External - 200mm 2:205139", "Type" : "IfcWallStandardCase",...

  • Paula Paula posted a comment on discussion General Discussion

    Hi! I know i'm 2 years late to the discussion but i am having the same issue as you had, and i'm wondering if you found a solution to this . It would be very helpful. Thank you!

  • Anthony Paboeuf Anthony Paboeuf posted a comment on discussion General Discussion

    Hello ! I'm currently trying to make a plugin that aims to display the pset/ifc values of a given Revit element from an API response of this form (see at the end of this post) So concretely, all I want to do is use the names given by my API response (such as "GrossSideArea" for example) and retrieve the corresponding value from the Revit element of the same GUID. Thanks for any help! { "Elements" : [ { "Guid" : "2RUaXBzRD6eunOCU9NxJ2$", "Name" : "Mur de base:External - 200mm 2:205139", "Type" : "IfcWallStandardCase",...

  • Angel Velez Angel Velez posted a comment on discussion General Discussion

    For the common property sets, only a few come from Revit internal properties, and they are on the Wiki here. In general, though, you can create shared parameters with the name PSet.Property (e.g. Pset_WallCommon.FireRating) and that value will be used for export. We provide a shared parameters file that has these values; moving forward, these properties will also be part of the Unified Parameters Service to make it easier to populate your Revit project with the right parameters.

  • Mileta Pejovic Mileta Pejovic modified a comment on discussion General Discussion

    Is there any mapping file or explanation for Export IFC common property sets process in Revit? There is a lot of common Psets specified for each IfcEntity in BuildingSmart standard, especially for IFC 4.3, however, there's no clear guide how some of these Psets are exported and mapped from Revit since currently great number of Revit Categories don't have respective properties by default. (e.g. IsExternal). I'm really interested how Beams, Structural Columns, Windows, etc. get this property if "Export...

  • Mileta Pejovic Mileta Pejovic posted a comment on discussion General Discussion

    Is there any mapping file or explanation for Export IFC common property sets process in Revit? There is a lot of common Psets specified for each IfcEntity in BuildingSmart standard, especially for IFC 4.3, however, there's no clear guide how some of these Psets are exported and mapped from Revit since currently great number of Revit Categories don't have respective properties by default. (e.g. IsExternal). I'm really interested how Beams, Structural Columns, Windows, etc.

  • Pavel Grabovskiy Pavel Grabovskiy posted a comment on discussion General Discussion

    Hello! Where can I find the names of the parameters and the types of values ​​that this method accepts? I exported the parameters Export > IFC > Modify Setup then clicked the Save Selected Setup...' button. Thus, I received a json file, but not all the parameter names are there. Is there a list of options that this AddOption method accepts?

  • Joao Carolino Joao Carolino posted a comment on discussion General Discussion

    Thanks for the feedback @aparrella. Now that I have some time I can get back to the subject. The family configuration is the following: Hostfamily (Window revit category) – PanelPosition1 and PanelOperation1 export as expected Nested families (3 x Door revit category – the infills). IfcExportAs = IfcWindow . Here the same parameters don’t work. Why is that? I thought that when exporting an object to a specific IFC entity through IfcExportAs, the object would be able to show the same properties inherent...

  • Roger Roger posted a comment on discussion General Discussion

    Hello. I have been trying to export my models in civil3d to IFC but my models seems like everything is in same place. I want to separate each component per level same as the result of Export IFC in Revit. Anyone could help me on this in Civil 3D, is it possible? Thanks. Sample picture attached below.

  • Roger Roger posted a comment on discussion General Discussion

    I have a dwg file created in civil3d. This 3d model is not a building type ,its a road construction. I want to export my 3d models into IFC similar to Revit that you can create levels of different elements, is it possible to configure in autocad ? Thank you for your help..

  • Andy Parrella Andy Parrella posted a comment on discussion General Discussion

    Hi - I added instance parameters for each of the panels - now this exports window panel properties like this:: IFCWINDOWPANELPROPERTIES('2UTuR2wjH3Tvyv4oLd0su$',#42,'30_WI_drievoudigraam_TVA:3000x2134:15917:1',$,.TILTANDTURNLEFTHAND.,.NOTDEFINED.,$,$,$);

  • Andy Parrella Andy Parrella posted a comment on discussion General Discussion

    Hi - I added instance parameters for each of the panels - now this exports window panel properties like this:: IFCWINDOWPANELPROPERTIES('2UTuR2wjH3Tvyv4oLd0su$',#42,'30_WI_drievoudigraam_TVA:3000x2134:15917:1',$,.TILTANDTURNLEFTHAND.,.NOTDEFINED.,$,$,$);

  • Joao Carolino Joao Carolino posted a comment on discussion General Discussion

    Hi @aparrella no problem and thank you for reaching out. I cannot find the original file, but I tried to reproduce the issue and I still don't get the values I am searching for. PanelPosition and PanelOperation exist in the family, the parameters are populated but the IFC doesn't output any IfcWindowPanelProperties

  • Hans Hendriks Hans Hendriks posted a comment on discussion General Discussion

    I recognize situations like this. The solution I then follow: 1) Select the Location2 objects when opening in Solibri (click on =) 2) Open the file in Solibri 3) Create ITO (with column BATID) and TakeOff selected 4) Enter the values BATID as "Select by ID" numbers in Revit. Usually they are "openings" that are not properly connected to host in a family. Because they are not visible, other viewers sometimes have no problem with that.

  • Andy Parrella Andy Parrella posted a comment on discussion General Discussion

    Hi Joao, sorry for the delay. If you still have it, could you send a simple model with the door/window family? I want to make sure I reproduce it accurately. Thanks.

  • Mileta Pejovic Mileta Pejovic posted a comment on discussion General Discussion

    It's been a while but this topic is still very important. Is there any feedback on the progress?

1 >
MongoDB Logo MongoDB