<?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: IFC 4.1 Alignment Import/Export Plug-In in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762268#M158985</link>
    <description>&lt;P&gt;If an entity is a free entity then the tangential continuity (in both extremes)&amp;nbsp; is always insured.&lt;/P&gt;
&lt;P&gt;At least in Spain, civil softwares recognize fixed entities and also they could play the floating and free types because they are already using them but in other words.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you have a free curve (1 subentity which is itself), the IFC converts it to fixed entity anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the issue is if an entity has more than one subentity because I think this workflow is exclusive of Autodesk. Even I don't think PowerCivil uses this classification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 14:06:27 GMT</pubDate>
    <dc:creator>joantopo</dc:creator>
    <dc:date>2018-02-08T14:06:27Z</dc:date>
    <item>
      <title>IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7690176#M158980</link>
      <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;My name is Felix and I am currently studying civil engineering at the Technische Universität in Munich. In the course of my Bachelor's thesis I developed an IFC Alignment Import/Export Plug-In for Civil 3D, which I want to share now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following figure shows the basic principle of the project:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/449497i965568A5D55FCE66/image-size/medium?v=1.0&amp;amp;px=-1" title="workflow.png" width="599" height="376" border="0" alt="workflow.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The whole project consists of three different parts:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;U&gt;&lt;STRONG&gt;IFC 4.1 Early Binding Generator:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;A simple console application, that can read the IFC EXPRESS schema and create all the entities accordingly. This will include the correct class members, inheritance etc. and further gives every class a method so that objects of that class can write themselves with their set properties into a STEP string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;U&gt;&lt;STRONG&gt;IFC 4.1 Early Binding:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;The according IFC class library containing all the classes. This is compiled into a *.dll and could theoretically be used with every other project, in order to implement IFC import and export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- &lt;U&gt;&lt;STRONG&gt;C3D IFC Alignment Plug-In:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;This is the actual Plug-In that one can load into Civil 3D to import and export IFC Alignments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following *.gif the basic workflow of the Plug-In is shown. To double-check my created files I always imported them into &lt;A href="http://rdf.bg/ifc-engine-dll.html" target="_blank" rel="nofollow noopener noreferrer"&gt;IFC Engine Viewer&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="width: 690px;"&gt;&lt;SPAN&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/449498iAB0083EE41B86926/image-size/large?v=1.0&amp;amp;px=705" alt="addin_demo.gif" title="addin_demo.gif" border="0" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to the Plug-In, I also added a rough documentation about the project in the appendix of this post.&lt;/P&gt;&lt;P&gt;If anyone is interested in further information or the source code please let me know!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also happy about every kind of feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an end note, please consider that I had only just started coding with the beginning of my thesis last year in May, so clearly this Plug-In is not bug-free at this point, but it was only meant to show "how it's done" for the purpose of my Bachelor's thesis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 09:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7690176#M158980</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-01-15T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7759476#M158981</link>
      <description>&lt;P&gt;Hi f.rampf.&lt;/P&gt;
&lt;P&gt;Good job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I sometimes work with the C3D API and I also have some plugi-ns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question about the IFC alignment format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wondering if the official IFC alignment file by Autodesk actually contemplates the alignment entity type (constraint) = fixed,floating, free.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if it also contemplates the input data type (2 points, passthrought point, etc..)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I drew an alignment with a Free SCS curve (spiral-curve-spiral) but when I open (import) the IFC file, that curve doesn´t appear.&lt;/P&gt;
&lt;P&gt;I suppose that an alignment entity must be a single entity (1 subentity), and in this case, at least during the creation of the IFC, Civil 3D should crate 3 fixed entities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:10:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7759476#M158981</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2018-02-07T17:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7761596#M158982</link>
      <description>&lt;P&gt;Hey Joantopo,&lt;/P&gt;&lt;P&gt;I am not quite sure if I understood your question correctly, but please don't hesitate to ask again if my answer doesn't satisfy you! Let's break your post down into -- how I understood it -- the different questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"I was wondering if the official IFC alignment file by Autodesk actually contemplates the alignment entity type (constraint) = fixed&lt;/STRONG&gt;, &lt;STRONG&gt;floating, free."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I am informed correctly, Autodesk Civil 3D does not yet support the export to the new IFC 4.1 standard, which includes IFC Alignment. All the previous standards did not have an option to export alignment data. So to begin with there is no actual "IFC alignment file by Autodesk" yet. This is why I wrote my plugin. To facilitate the export of alignments to IFC.&lt;/P&gt;&lt;P&gt;All the IFC entities are described in the corresponding EXPRESS schema for the respective IFC version. Here is the (horizontal) alignment part of the newest IFC 4.1 release:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grafik.png" style="width: 902px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/460572i303B663120858AA2/image-dimensions/902x692?v=v2" width="902" height="692" role="button" title="grafik.png" alt="grafik.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, there is only one way to describe the various alignment entities as they are all described in the according class structure. All the alignment entities could, therefore, be described as fixed elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, in your code, you can surely just convert your C3D alignment entity data to the corresponding IFC data and vice-versa. That's by the way what I did for my Plug-In.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"I drew an alignment with a Free SCS curve (spiral-curve-spiral) but when I open (import) the IFC file, that curve doesn´t appear."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't quite understand this part of your question. Where did you draw the SCS curve? Did you draw it within another program? And did you then use my Plug-In to import it? (Or are you creating an alignment within your own code?)&lt;/P&gt;&lt;P&gt;If that's the case, then I need to tell you that my import functionality is highly hardcoded at this point because all I did was way too much for a Bachelor's thesis already anyway. So it only supports the import of Clothoid-curves at this point and even that I didn't have enough time to test everything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another aspect: There isn't much support for IFC Alignment on the market yet. So a lot of developers have their own options to import and export files, but some of them are still broken or not a 100 percent correct. So an actual flawless data exchange is still very hard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answer helped you. If not, like I said, don't hesitate to ask again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:13:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7761596#M158982</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-02-08T10:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762087#M158983</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;IFC 4.1 is already included in C3D 2018.2 (Service Pack 2) so I exported my alignment (created simply from C3D from a polyline).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That alignment includes a free SCS curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue I see in IFC is it treats any segment (entity) as a single entity when Civil 3d has particular entities with 2, 3...6 subentities.&lt;/P&gt;
&lt;P&gt;So, the entity would be splitted in several fixed entities.. but you lose that setting (floating or free type) in the IFC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:19:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762087#M158983</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2018-02-08T13:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762156#M158984</link>
      <description>&lt;P&gt;Alright, now I see what the problem is. Exactly Civil3D lets you create alignment entities, which consist of certain sub-entities. But like you said, this is not possible in the IFC file format, because every entity is treated separately. So yes, you do lose this additional constraint setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I wrote my Plug-In I split them too, although there are some more problems involved with that, than you might think. Especially when it comes to interchanging IFC-files between different software products (export from program A - &amp;gt; import into program B).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be amazing if all bigger software developer would agree on certain implementation methods to reach maximum interoperability between their created IFC-files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just curious, why do you need this constraint setting in your IFC-file though?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're interested, here is the link to my Bachelor's thesis: &lt;A href="https://www.cms.bgu.tum.de/publications/theses/2017_Rampf_BachelorsThesis.pdf" target="_blank"&gt;Development of an IFC Alignment Import/Export Plug-in for Autodesk AutoCAD Civil 3D&lt;/A&gt;. It basically tell's you everything about IFC-Alignment and how my Plug-In works. I reckon, that the AutoCAD Civil 3D genuine IFC import/export works similar (just a little bit more professional ;)).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:36:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762156#M158984</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-02-08T13:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762268#M158985</link>
      <description>&lt;P&gt;If an entity is a free entity then the tangential continuity (in both extremes)&amp;nbsp; is always insured.&lt;/P&gt;
&lt;P&gt;At least in Spain, civil softwares recognize fixed entities and also they could play the floating and free types because they are already using them but in other words.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you have a free curve (1 subentity which is itself), the IFC converts it to fixed entity anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the issue is if an entity has more than one subentity because I think this workflow is exclusive of Autodesk. Even I don't think PowerCivil uses this classification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 14:06:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7762268#M158985</guid>
      <dc:creator>joantopo</dc:creator>
      <dc:date>2018-02-08T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7942096#M158986</link>
      <description>&lt;P&gt;Hey JoanTopo,&lt;/P&gt;&lt;P&gt;I know it's been a while since this post has been last active, but I just downloaded the recent Autodesk Civil 3D version including the newest update/service pack, that should support IFc export and import. However, when I export my drawn alignment and try to viel it in IFC Viewer it does not show correctly when my exported file produces the correct file, so you might want to be careful using the built in IFC export function ;-).&lt;/P&gt;&lt;P&gt;This is my example alignment:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="original.PNG" style="width: 395px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/490289i12F44F83B03AF47D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="original.PNG" alt="original.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the output in third party software when I used the Civil 3D built in IFC export:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="autocad.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/490291iFCAD4F46A6542F1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="autocad.PNG" alt="autocad.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this is the output I get, when using my export addin:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="correct.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/490292iADCD28F55C649A39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="correct.PNG" alt="correct.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So something seems to be not quite right yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/7942096#M158986</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-04-18T16:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8218662#M158987</link>
      <description>&lt;P&gt;Hi I was trying to install it but i cant. I tried NETLOAD and i receive nothing . Does someone could tell me how to install and load this plugin ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 08:10:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8218662#M158987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-23T08:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8218829#M158988</link>
      <description>&lt;P&gt;I think this is, because I was using the same command Civil3D now uses for the proprietary IFC plugin. I am currently looking into this and will update you as soon as I resolved the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 09:12:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8218829#M158988</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-08-23T09:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8219083#M158989</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;the issue should be resolved now. I think the issue was the .Net Framework version I used for compiling. The plug-in should now work with the newest Civil3D version 2019. Make sure you make the "Add-ins" tab show to see the plug-in. After you used netload, type: &lt;EM&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;STRONG&gt;FF_IFC"&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; to make the button appear in the Add-Ins tab.&lt;/P&gt;&lt;P&gt;If you got any further questions don't hesitate to contact me. I've attached the newest version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I developed this plug-in in the course of my Bachelor's thesis before C3D offered their own IFC export/import. I am sure the proprietary IFC export and especially the import works far better than mine. I also haven't maintenanced this product in the last year, so keep that in mind. However, I am happy it is still relevant in some way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 11:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8219083#M158989</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2018-08-23T11:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8772502#M158990</link>
      <description>&lt;P&gt;Hi, Felix:&lt;/P&gt;
&lt;P&gt;Your research help me more, I follow your step to develop the IFC export of tin surface, and it works fine!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the other hand, Can you provide the mapping table about alignment segments between the civil 3D and IFC model?&lt;/P&gt;
&lt;P&gt;When I develop the IFC export tool, I could not known how to mapping those information!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Jing&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 08:21:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8772502#M158990</guid>
      <dc:creator>moonlikestoneBX57A</dc:creator>
      <dc:date>2019-05-06T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8772722#M158991</link>
      <description>&lt;P&gt;Hi Jing,&lt;/P&gt;
&lt;P&gt;since the development of this plug-in is part of my Bachelor's thesis, the mapping is described in more detail within the thesis. Therfore, I'll provide you with the link to my thesis:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cms.bgu.tum.de/publications/theses/2017_Rampf_BachelorsThesis.pdf" target="_blank" rel="noopener"&gt;Development of an IFC Alignment Import/Export Plug-In for Autodesk AutoCAD Civil 3D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(If you can make use of any of this in your research, I would be very happy with a citation &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://forums.autodesk.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;)&lt;/P&gt;
&lt;P&gt;If you got any more questions, don't hesitate to contact me.&lt;/P&gt;
&lt;P&gt;However, although I describe, which C3D-element is being mapped on which IFC-element, the mapping itself sometimes involves certain conversions, since the represenation of some alignment elements in C3D is different to the represenation of the according IFC alignment element. This can be solved with some fairly simple math though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 10:14:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8772722#M158991</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2019-05-06T10:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8773100#M158992</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;congratulations for your thesis, it's a good job !&lt;BR /&gt;I had to create a similar command "IFC alignmeent import/export" In AutoCAD for my company, and I see that you encountered some problems that I had to solve too.&lt;BR /&gt;I have one suggestion : in chapter 4.4.5, you could export your TIN surface to a IfcTriangulatedIrregularNetwork (as described in chapter 3.3) : the Civil API has a property "TinSurface::BreaklinesDefinition" which access to the breaklines datas.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 13:13:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8773100#M158992</guid>
      <dc:creator>olivier.berrier</dc:creator>
      <dc:date>2019-05-06T13:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8773599#M158993</link>
      <description>Hi Olivier,&lt;BR /&gt;&lt;BR /&gt;thanks for your message! The main challenge of the thesis (although it's &lt;BR /&gt;not part of it really) was the the development of the IFC Early Binding &lt;BR /&gt;in C# and a respective Generator, so that I didn't have to write all the &lt;BR /&gt;classes myself. The thesis was just giving a basic approach on how to &lt;BR /&gt;write such a plug-in, because at the time of publishing, there did not &lt;BR /&gt;exist such a plugin written by Autodesk (Now they did add a plugin).&lt;BR /&gt;&lt;BR /&gt;I am still developing the C# Early Binding and I can now export and &lt;BR /&gt;import every IFC-Entity. However, I am trying to further develope the &lt;BR /&gt;Early Binding in respect to performance and usability to maybe &lt;BR /&gt;eventually release it or to create my own IFC-Viewer/-ModelChecker-App.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Felix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 May 2019 16:37:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/8773599#M158993</guid>
      <dc:creator>f.rampf</dc:creator>
      <dc:date>2019-05-06T16:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/9551105#M158994</link>
      <description>&lt;P&gt;Can share source code for "&lt;SPAN&gt;C3DIfcAlignmentPlugIn&lt;/SPAN&gt;" c# code even i am uanble t find&amp;nbsp;//The IFC class library&lt;BR /&gt;using Ifc4x1; in my pce can u&amp;nbsp; hep me&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 10:38:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/9551105#M158994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-31T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: IFC 4.1 Alignment Import/Export Plug-In</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/12591272#M158995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4754698"&gt;@f.rampf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you send me the dll file that can work on civil 3d 2021 to 2024?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 16:28:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/ifc-4-1-alignment-import-export-plug-in/m-p/12591272#M158995</guid>
      <dc:creator>quangpt.tric</dc:creator>
      <dc:date>2024-02-29T16:28:15Z</dc:date>
    </item>
  </channel>
</rss>

