<?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: Finding distance between points in multiple views in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10220771#M26837</link>
    <description>&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;All i want to do is to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: 400;"&gt;calculate the vertical distance between P1 and P2, and figure out if P2 is ABOVE or BELOW P1&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: 400;"&gt;Figure out if P3 is to right or left of P2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;My plug in:&amp;nbsp; place a family instance and set it to one of four possible states : 1. top right, 2.Top left, 3. bottom rightm 4. Bottom left.&amp;nbsp; depending on the user input&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;I tried this method:&lt;A href="https://thebuildingcoder.typepad.com/blog/2014/09/planes-projections-and-picking-points.html" target="_blank"&gt;The Building Coder: Planes, Projections and Picking Points (typepad.com)&lt;/A&gt;&lt;BR /&gt;but you see the vertical distance between p1, p2 is sometimes defined by the distance in U Value (q1.U -q2.U) and sometimes it’s the V Value (q1.V - q2.V) depending on the view. &lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;I need a way to make sure&amp;nbsp; the vertical axis IS either V or U in all views, sections, plans and so on. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 06:32:31 GMT</pubDate>
    <dc:creator>Khadourwaseem</dc:creator>
    <dc:date>2021-04-08T06:32:31Z</dc:date>
    <item>
      <title>Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10217818#M26835</link>
      <description>&lt;P&gt;So I have a probelm, My command prompts the user to place three points on a view to place an annotation symbol, but I need to find the distance between my points and the relationship between them in all views and sections,&lt;BR /&gt;(See image) I need to know if P2 is placed higher or lower of P1, and P3 is it to the right or left of P2 and then calculate the distance between them,&amp;nbsp;&lt;BR /&gt;I've tried this method from Jeremy&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/2014/09/planes-projections-and-picking-points.html" target="_blank"&gt;The Building Coder: Planes, Projections and Picking Points (typepad.com)&lt;/A&gt;&lt;BR /&gt;but the U&amp;amp;V can flip between views, (For example in the north, south elevations the distance between P1&amp;amp;P2 is The U value, and in east, west it's the V value)&lt;BR /&gt;For now my command works only on plans. but i want to make it unviersal. Is there such a way&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Безымянный.png" style="width: 736px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/903200i2238FDBEB47BE55A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Безымянный.png" alt="Безымянный.png" /&gt;&lt;/span&gt; ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:33:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10217818#M26835</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-07T07:33:48Z</dc:date>
    </item>
    <item>
      <title>Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10219014#M26836</link>
      <description>&lt;P&gt;Basically, your thee points are simple 3D points with cartesian coordinates stored in XYZ objects, so their Euclidian distances and projected offsets along the cardinal axes are trivial to calculate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, the question remains open what you actually wish to achieve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you wish to display the distances between these points using Revit dimensioning in the different views?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most effective approach is probably to figure out what you want and how to achieve it manually in the user interface first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once that is clear, you can step into the programming environment and explore how to automate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 15:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10219014#M26836</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-04-07T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10220771#M26837</link>
      <description>&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;All i want to do is to:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-weight: 400;"&gt;calculate the vertical distance between P1 and P2, and figure out if P2 is ABOVE or BELOW P1&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: 400;"&gt;Figure out if P3 is to right or left of P2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;My plug in:&amp;nbsp; place a family instance and set it to one of four possible states : 1. top right, 2.Top left, 3. bottom rightm 4. Bottom left.&amp;nbsp; depending on the user input&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;I tried this method:&lt;A href="https://thebuildingcoder.typepad.com/blog/2014/09/planes-projections-and-picking-points.html" target="_blank"&gt;The Building Coder: Planes, Projections and Picking Points (typepad.com)&lt;/A&gt;&lt;BR /&gt;but you see the vertical distance between p1, p2 is sometimes defined by the distance in U Value (q1.U -q2.U) and sometimes it’s the V Value (q1.V - q2.V) depending on the view. &lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;I need a way to make sure&amp;nbsp; the vertical axis IS either V or U in all views, sections, plans and so on. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 06:32:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10220771#M26837</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-08T06:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10220912#M26838</link>
      <description>&lt;P&gt;Sorry, but I still do not understand your context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do the points P1, P2, etc. come from? Are they picked by the user, or points on a BIM element, or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they are points on a BIM element, they have XYZ coordinates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does 'vertical' mean? Are you talking about the Z axis in 3D space, or the Y axis on a 2D plane?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You mention U and V. Where do they come from?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you briefly describe the complete situation to clarify the context?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 07:31:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10220912#M26838</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-04-08T07:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221313#M26839</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;I’m sorry for not being able to explain my idea clearly..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;But to elaborate, the P1, P2, P3 are points picked by the user, to place an annotation symbol(XYZ P1 = uidoc.selection.Pickpoints()), &lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;And the annotation symbol is a floor detail symbol (generic annotation family)&amp;nbsp; that has four states and I want the user to be able the set the state of the family in a way that if he click p1, and then click somewhere up on the view and then clicks to the right, the family will be set to a specific state, and if the user click the first point somewhere on the sheet and then goes down and click somewhere, and then goes to the left, he places a new family annotation symbol with a different state. &lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;I have no idea what view the user will be placing the family on, or if some of the&amp;nbsp; points he places will be snapped to a wall or a floor or to a door or something else.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: 400;"&gt;I think it’s wrong to use XYZ points for this but I can't seem to find another way to do it.&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: 400;"&gt;For now the plugin works only in plan views with nothing in the model (See video). But once the user is in any other view, or elevation it breaks &lt;/SPAN&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fg4dxFaujS5U%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dg4dxFaujS5U&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fg4dxFaujS5U%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="Test for revit api fourm" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 10:28:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221313#M26839</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-08T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221387#M26840</link>
      <description>&lt;P&gt;If you want to compare points in the coordinate system of the view you have to transform them into the coordinate system of the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plans and model ordinarily have same system, unless plan view is rotated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt; Private Function TObj175(ByVal commandData As Autodesk.Revit.UI.ExternalCommandData,
ByRef message As String, ByVal elements As Autodesk.Revit.DB.ElementSet) As Result
        Dim UIDoc As UIDocument = commandData.Application.ActiveUIDocument
        If UIDoc Is Nothing Then Return Result.Cancelled Else
        Dim IntDoc As Document = UIDoc.Document

        Dim AcView As View = UIDoc.ActiveGraphicalView

        Dim T As Transform = Transform.Identity
        T.BasisX = AcView.RightDirection 'To right of screen
        T.BasisY = AcView.UpDirection 'To top of screen
        T.BasisZ = AcView.ViewDirection 'Towards viewer
        T.Origin = AcView.Origin

        Dim R As Reference = Nothing
        Try
            R = UIDoc.Selection.PickObject(Selection.ObjectType.PointOnElement)
        Catch ex As Exception

        End Try
        Dim Pt As XYZ = R.GlobalPoint
        Dim PtT As XYZ = T.Inverse.OfPoint(Pt) 'Tranform to screen coord space

        Dim SB As New Text.StringBuilder()

        SB.AppendLine(String.Format("Model x={0:F3},y={1:F3},z={2:F3}", Pt.X, Pt.Y, Pt.Z))
        SB.AppendLine(String.Format("Screen x={0:F3},y={1:F3},z={2:F3}", PtT.X, PtT.Y, PtT.Z))

        TaskDialog.Show("Coords", SB.ToString)


        Return Result.Succeeded
    End Function&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 11:04:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221387#M26840</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-04-08T11:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221940#M26841</link>
      <description>&lt;P&gt;Thank you Richard for the illuminating explanation and nice sample code!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here it is in C#:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;bool TransformPickPointToScreen( UIDocument uidoc )
{
  Document doc = uidoc.Document;
  View view = uidoc.ActiveGraphicalView;

  Transform t = Transform.Identity;
  t.Origin = view.Origin;
  t.BasisX = view.RightDirection; // right on screen
  t.BasisY = view.UpDirection; // top of screen
  t.BasisZ = view.ViewDirection; // towards viewer

  Transform x_model_to_screen = t.Inverse;

  Reference r;

  try
  {
    r = uidoc.Selection.PickObject( ObjectType.PointOnElement );
  }
  catch(Autodesk.Revit.Exceptions.OperationCanceledException)
  {
    return false;
  }

  XYZ p = r.GlobalPoint; // model
  XYZ q = x_model_to_screen.OfPoint( p ); // screen

  StringBuilder sb = new StringBuilder();
  sb.AppendFormat( "Model x={0:F3},y={1:F3},z={2:F3}", p.X, p.Y, p.Z );
  sb.AppendFormat( "Screen x={0:F3},y={1:F3},z={2:F3}", q.X, q.Y, q.Z );

  TaskDialog.Show( "Coords", sb.ToString() );

  return true;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/jeremytammik/the_building_coder_samples/compare/2021.0.150.23...2021.0.150.24" target="_blank"&gt;https://github.com/jeremytammik/the_building_coder_samples/compare/2021.0.150.23...2021.0.150.24&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10221940#M26841</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-04-08T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10226985#M26842</link>
      <description>&lt;P&gt;Thank you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 08:27:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10226985#M26842</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-10T08:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10240224#M26843</link>
      <description>&lt;P&gt;I have a follow up:&lt;/P&gt;&lt;P&gt;1. If i want to move an element up, left, or right. how can i transfer from the&amp;nbsp;&lt;SPAN&gt;coordinate&amp;nbsp;system of the screen to the global&amp;nbsp;coordinate&amp;nbsp;system&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 08:44:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10240224#M26843</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-15T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10240391#M26844</link>
      <description>&lt;P&gt;Depends what method you are using to move the element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The destination location in model coords can be found similar to above but with .Inverse omitted.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 10:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10240391#M26844</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-04-15T10:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10241840#M26845</link>
      <description>&lt;P&gt;I am using this method :&lt;/P&gt;&lt;P&gt;XYZ aboveleft_vector = new XYZ(How much I want to move the element left&amp;amp;right, How much I want to move the element up&amp;amp;down, 0);&lt;/P&gt;&lt;P&gt;ElementTransformUtils.MoveElement(doc, Floor_detail_Instance.Id, aboveleft_vector);&lt;BR /&gt;It works just fine in a plan view, but for different views. Is there an example or a post where I can see how it can be done&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10241840#M26845</guid>
      <dc:creator>Khadourwaseem</dc:creator>
      <dc:date>2021-04-15T17:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding distance between points in multiple views</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10241877#M26846</link>
      <description>&lt;P&gt;You can use Transform.OfVector, this ignores origin in transformation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ElementTransformUtils is expecting vector in model co-ords so again without inverse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively you can convert start and end point locations to model space first using OfPoint and get the vector by subtracting the start from the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depends also what you are trying to move, some things are fixed to a plane (so can't be moved in global z for example).&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 17:37:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/finding-distance-between-points-in-multiple-views/m-p/10241877#M26846</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-04-15T17:37:00Z</dc:date>
    </item>
  </channel>
</rss>

