<?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: catch 22 - generating floor from CurveChain in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173444#M38355</link>
    <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rounding vertices will introduce other problems.&lt;/P&gt;&lt;P&gt;The Floor provides geometry that can be referenced.&lt;/P&gt;&lt;P&gt;The user may reference false point when using point snap (and multiply this inaccuracy by moving, rotating, mirroring other elements).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rudi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 10:28:52 GMT</pubDate>
    <dc:creator>Revitalizer</dc:creator>
    <dc:date>2019-11-29T10:28:52Z</dc:date>
    <item>
      <title>catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9169185#M38346</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I want to generate a floor from a subface of a room, mostly it works like a charme but I managed to get one situation where I have the following problem:&lt;BR /&gt;&lt;BR /&gt;New Floor method throws the error that the provided curve is not a closed loop, and guess what this is true. (which is funny because I get the profile Curve from a face)&lt;BR /&gt;&lt;BR /&gt;So i decided to simply close the Curve, but than trying to add the line to close the curve I get an error that the curve I am trying to add is to short.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So I can't generate a floor because there is a gap, but I can't close the gap because it is too small?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:32:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9169185#M38346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9169957#M38347</link>
      <description>&lt;P&gt;Yes&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 15:26:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9169957#M38347</guid>
      <dc:creator>MarryTookMyCoffe</dc:creator>
      <dc:date>2019-11-27T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9170327#M38348</link>
      <description>&lt;P&gt;You could try to recreate the curve loop and modify the endpoints very slightly, for instance, by rounding them to the closest full millimetre.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:05:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9170327#M38348</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-11-27T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Catch 22</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9171954#M38349</link>
      <description>&lt;P&gt;Hmmm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure, I mean you would expect that the edges collected from a face would consist only of "valid" geometry, this would be somehow consistent...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 13:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9171954#M38349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172192#M38350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what about elongating the neighboring curves to fill the gap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:35:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172192#M38350</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-11-28T15:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172206#M38351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;another idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating ModelCurves from the non-closed loop, Revit may adjust them slightly - connecting them, like a magnet.&lt;/P&gt;&lt;P&gt;If you get the ModelCurve.GeometryCurve, it may vary from the input curve used for creating it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you could use Revit's AI for correcting the broken curve loop.&lt;/P&gt;&lt;P&gt;ModelCurves can be deleted after use...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:43:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172206#M38351</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-11-28T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172208#M38352</link>
      <description>&lt;P&gt;No I think Jeremy's solution would be the best and I think I will go for that as a workaround but:&lt;BR /&gt;&lt;BR /&gt;lets rephrase this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It is a bug!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9172208#M38352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-28T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173344#M38353</link>
      <description>&lt;P&gt;did you hear about: Double precision problems on .Net?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 09:42:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173344#M38353</guid>
      <dc:creator>MarryTookMyCoffe</dc:creator>
      <dc:date>2019-11-29T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173363#M38354</link>
      <description>&lt;P&gt;And how is this relevant in the given case?&amp;nbsp;&lt;BR /&gt;The gap in the given case is a multitude higher even float precision, and the location of the curve is somewhere within 100 units of 0...&lt;BR /&gt;&lt;BR /&gt;Again and if so it should be handled by the geometry kernel of revit...&lt;BR /&gt;&lt;BR /&gt;If I can get the edge curve of a face it should be closed? Or is there any possible definition of a face with an open edge?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 09:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173363#M38354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-29T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173444#M38355</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rounding vertices will introduce other problems.&lt;/P&gt;&lt;P&gt;The Floor provides geometry that can be referenced.&lt;/P&gt;&lt;P&gt;The user may reference false point when using point snap (and multiply this inaccuracy by moving, rotating, mirroring other elements).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rudi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:28:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173444#M38355</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-11-29T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173478#M38356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend to visualize the geometry, e.g. via gbXML export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2013/05/revit-2014-sdk-and-visual-debugging-tools.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2013/05/revit-2014-sdk-and-visual-debugging-tools.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What you see may not be what you get.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the original geometry is garbage, you can either use it or skip it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:43:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173478#M38356</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-11-29T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173576#M38357</link>
      <description>&lt;P&gt;Well I know that the Original Geometry is Garbage because of the limits Revit introduces to the length of curves and skipping is what I do, but it is a result of:&lt;BR /&gt;&lt;BR /&gt;SpatialElementGeometryResults results = calculator.CalculateSpatialElementGeometry(R);&lt;BR /&gt;Solid roomSolid = results.GetGeometry();&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;and therefore I think that it is a bug or at least inconsistent , because:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;From a Solid I can get a Face from which I can get the Boundary and the underlying Surface.&lt;BR /&gt;So one would expect that if I have the Boundaries and Surfaces of a Solid I am able to recrate the faces and the Solid&lt;BR /&gt;&lt;BR /&gt;But in the given case this is not possible because the Boundary I get is missing a pice because the pice is to short hence I can't recreate the solid.&lt;BR /&gt;&lt;BR /&gt;It is okay I don't need to find a solution, just wanted to point out that this should be fixed....&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 11:41:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173576#M38357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-29T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173681#M38358</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I totally agree!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice weekend,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 12:54:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9173681#M38358</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2019-11-29T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9199163#M38359</link>
      <description>&lt;P&gt;Where to file a bug ?&lt;BR /&gt;&lt;BR /&gt;This problem keeps on getting on my nerves...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:53:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9199163#M38359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-12T16:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9199182#M38360</link>
      <description>&lt;P&gt;You can submit a problem report right here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To do so, please attach a minimal complete sample project with all the elements required to reproduce the problem, and nothing else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also attach a complete and minimal Revit API add-in or macro that can be compiled and executed with a single click or two to&amp;nbsp;reproduce the problem, including exact steps for achieving this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/about-the-author.html#1b" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/about-the-author.html#1b&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll pass it on to the developers for analysis for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I am pretty sure that they are aware of this issue and do not consider it a problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still, we can see what they say.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 16:58:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9199182#M38360</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-12-12T16:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373511#M38361</link>
      <description>&lt;P&gt;I finally had the time to provide an example. Please find attached a VS 2017 solution and a revit file.&lt;BR /&gt;&lt;BR /&gt;What the Code should do:&lt;BR /&gt;&lt;BR /&gt;1. Select a room&lt;/P&gt;&lt;P&gt;2. code should add a direct shape onto all surfaces touching the room.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What doesn't work:&lt;BR /&gt;Some surfaces can't be added because they include a curveloop that contains a line that is too short.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this a problem:&lt;/P&gt;&lt;P&gt;The curveLoop used to generated an Extrution is the boundary of a face. This face is part of the solid that was retrieved from the Elements touching the room. So the curveloop wasn't constructed manually but is a result of revit API operations.&amp;nbsp;&lt;BR /&gt;In the give case this happens becaus a drawing inacuracy&amp;nbsp; was introduced (the wall where no surface is generated has a little error). Such inacuracies will happen in big projects&amp;nbsp;&amp;nbsp;and are inevitable. This makes automation a bit problematic. Further one could easily think of situations where this happens without beeing a result of drawing inaccuracies e.g. where three walls meet with different thicknesses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possible fixes:&lt;BR /&gt;A) remove too short curve loop&amp;nbsp;&lt;/P&gt;&lt;P&gt;B) limit revit coordinates to the too short curve tolerance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would expect as a feedback:&lt;BR /&gt;I would hope the too short curve limitation will be removed.&lt;BR /&gt;If not a clear explaination of why this can't be done and why this restriction was introduced in the first place.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373511#M38361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373556#M38362</link>
      <description>&lt;P&gt;I love simplicity and KISS:&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/KISS_principle" target="_blank"&gt;https://en.wikipedia.org/wiki/KISS_principle&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In conjunction with Revit coordinates, this has motivated me to often round all the coordinates that I collect from a Revit model to the nearest full millimetre.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One advantage is that from that point on, I have no rounding errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Less memory space, quicker calculation, easier to read, more suitable for both BIM work and humans.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why don't you just do the same and the problem will go away?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:58:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373556#M38362</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-03-12T07:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373714#M38363</link>
      <description>&lt;P&gt;This sound stricking at first but if not introduced as a system wide restriction:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trans.png" style="width: 699px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/740442i390D72E617483A52/image-size/large?v=v2&amp;amp;px=999" role="button" title="trans.png" alt="trans.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;a) When rounding the transformations might alter the geometry...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) This would meen I would need to rebuild the complete model, otherwise the newly generated walls would not match the original elements from which they where generated. This would result most likley in colisions, if not in Revit directly but later in other programms which don't use funny restrictions.&lt;BR /&gt;&lt;BR /&gt;So this Is why I actually proposed it as a bugfix ....&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 09:34:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373714#M38363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373804#M38364</link>
      <description>&lt;P&gt;I never modify the Revit BIM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only round the coordinates that I retrieve and export from the model for downstream use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:16:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373804#M38364</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-03-12T10:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: catch 22 - generating floor from CurveChain</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373823#M38365</link>
      <description>&lt;P&gt;this doesn't work in the given case because the generated elements have to be modifyable by humans in revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:29:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/catch-22-generating-floor-from-curvechain/m-p/9373823#M38365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T10:29:35Z</dc:date>
    </item>
  </channel>
</rss>

