<?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: The Transform of BoundingBoxXYZ is useless. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835668#M13190</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2023 08:09:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-21T08:09:58Z</dc:date>
    <item>
      <title>The Transform of BoundingBoxXYZ is useless.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835530#M13187</link>
      <description>&lt;P&gt;I found that I could not control the 'Transform' properties to modify the BoundingBox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;```csharp&lt;/P&gt;&lt;P&gt;var box = new BoundingBoxXYZ();&lt;BR /&gt;var builder = new StringBuilder();&lt;/P&gt;&lt;P&gt;builder.AppendLine("Before Rotation Matrix:");&lt;BR /&gt;builder.AppendLine($"The Min of Box: {box.Min}");&lt;BR /&gt;builder.AppendLine($"The Max of Box: {box.Max}");&lt;BR /&gt;builder.AppendLine($"The Transform of Box: {box.Transform}");&lt;/P&gt;&lt;P&gt;// It doesn't seem to work.&lt;BR /&gt;box.Transform = Transform.CreateTranslation(XYZ.BasisZ * 200);&lt;/P&gt;&lt;P&gt;builder.AppendLine("After Rotation Matrix:");&lt;BR /&gt;builder.AppendLine($"The Min of Box: {box.Min}");&lt;BR /&gt;builder.AppendLine($"The Max of Box: {box.Max}");&lt;BR /&gt;builder.AppendLine($"The Transform of Box: {box.Transform}");&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 06:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835530#M13187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-21T06:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: The Transform of BoundingBoxXYZ is useless.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835599#M13188</link>
      <description>&lt;P&gt;Oh dear. You sound a bit negative here. I guess it depends on how it is used. I think that certain aspects of setting the view crop box, scope box and section box make use of this functionality. You can probably set the bounding box transform, just as you have done, and then make use of it in your own code, which you are apparently not yet doing. I guess Revit does, in certain situations. For instance, take a look at the documentation and sample code of the &lt;U&gt;Transform&lt;/U&gt; property:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.revitapidocs.com/2017/297887ab-69bb-548e-cfb6-a3a23f410604.htm" target="_blank"&gt;https://www.revitapidocs.com/2017/297887ab-69bb-548e-cfb6-a3a23f410604.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 07:30:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835599#M13188</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-03-21T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: The Transform of BoundingBoxXYZ is useless.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835666#M13189</link>
      <description>Yes, I should have thought of that, didn't look in the right place.</description>
      <pubDate>Tue, 21 Mar 2023 08:09:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835666#M13189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-21T08:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: The Transform of BoundingBoxXYZ is useless.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835668#M13190</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 08:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/the-transform-of-boundingboxxyz-is-useless/m-p/11835668#M13190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-21T08:09:58Z</dc:date>
    </item>
  </channel>
</rss>

