<?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 Convert a floorview bounding box to elevations looking at each face. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/convert-a-floorview-bounding-box-to-elevations-looking-at-each/m-p/7610078#M54084</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As the elevation marker relies on walls for its extents it is very unreliable to create these internal views.&lt;/P&gt;&lt;P&gt;To improve this I would like to take my floorview.boundingboxXYZ() and resize the elevations I have created on my markers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can resize the elevation cropbox like this however I am getting the views location translocate 20 or 50 metres away from the elevation marker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a transform i need to make the elevation view cropbox use the floorview bounding box? Is it correct to use the floorview bounding box or should i be using a UV instead?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Fabs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BoundingBoxXYZ bb_elev = elevationView.CropBox;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;XYZ new_max = new XYZ(bb_elev.Max.X, bb_elev.Min.Y + rvt_Ceiling_height, bbxyz.Min.Z);&lt;BR /&gt;bb_elev.Max = new_max;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XYZ new_min = new XYZ(bb_elev.Min.X, bb_elev.Min.Y, bbxyz.Min.Z - d);&lt;BR /&gt;bb_elev.Min = new_min;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Dec 2017 04:11:18 GMT</pubDate>
    <dc:creator>FrankHolidaytoiling</dc:creator>
    <dc:date>2017-12-09T04:11:18Z</dc:date>
    <item>
      <title>Convert a floorview bounding box to elevations looking at each face.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/convert-a-floorview-bounding-box-to-elevations-looking-at-each/m-p/7610078#M54084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As the elevation marker relies on walls for its extents it is very unreliable to create these internal views.&lt;/P&gt;&lt;P&gt;To improve this I would like to take my floorview.boundingboxXYZ() and resize the elevations I have created on my markers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can resize the elevation cropbox like this however I am getting the views location translocate 20 or 50 metres away from the elevation marker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a transform i need to make the elevation view cropbox use the floorview bounding box? Is it correct to use the floorview bounding box or should i be using a UV instead?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Fabs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BoundingBoxXYZ bb_elev = elevationView.CropBox;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;XYZ new_max = new XYZ(bb_elev.Max.X, bb_elev.Min.Y + rvt_Ceiling_height, bbxyz.Min.Z);&lt;BR /&gt;bb_elev.Max = new_max;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XYZ new_min = new XYZ(bb_elev.Min.X, bb_elev.Min.Y, bbxyz.Min.Z - d);&lt;BR /&gt;bb_elev.Min = new_min;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2017 04:11:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/convert-a-floorview-bounding-box-to-elevations-looking-at-each/m-p/7610078#M54084</guid>
      <dc:creator>FrankHolidaytoiling</dc:creator>
      <dc:date>2017-12-09T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a floorview bounding box to elevations looking at each face.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/convert-a-floorview-bounding-box-to-elevations-looking-at-each/m-p/7610084#M54085</link>
      <description>&lt;P&gt;-Just to append to my question...&lt;/P&gt;&lt;P&gt;Imagine a box this is created from a view plan that is not bounded by walls , so an area inside the room. i want to make 4 elevations look from outside the box, looking at the boxes centre from each of the 4 sides. The elevation markers are already sitting at the midpoint of each of the 4 edges of the floorviews cropbox in plan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2017 04:20:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/convert-a-floorview-bounding-box-to-elevations-looking-at-each/m-p/7610084#M54085</guid>
      <dc:creator>FrankHolidaytoiling</dc:creator>
      <dc:date>2017-12-09T04:20:03Z</dc:date>
    </item>
  </channel>
</rss>

