<?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: MassPerUnitArea bug in ConvertToInternalUnits in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445446#M16638</link>
    <description>&lt;P&gt;That is strange. I create shared parameters. I attached the shared parameter file here. You there see the used parameter "Flächengewicht" with unit type MASS_PER_UNIT_AREA&lt;BR /&gt;In between I found, that if I multiply the conversation result (V0) with the factor "0,0310809501733882", I get the right parameter value, when I edit it with unit "kg/m2"&lt;BR /&gt;I set the value with parameter.Set(V0);&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2022 12:10:39 GMT</pubDate>
    <dc:creator>martin.vollmer9PGT7</dc:creator>
    <dc:date>2022-09-26T12:10:39Z</dc:date>
    <item>
      <title>MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11441420#M16632</link>
      <description>&lt;P&gt;I have got a value, that I convert with UnitUtils.ConvertToInternalUnits(value,&amp;nbsp;SpecTypeId.MassPerUnitArea) for Revit 2022 and Revit 2023 and with UnitUtils.ConvertToInternalUnits(value,&amp;nbsp;ParameterType.MassPerUnitArea) for Revit 2020 and Revit 2021.&lt;BR /&gt;I set the result to a Autodesk.Revit.DB.Parameter.&lt;BR /&gt;When I edit the type parameters, it works with Revit 2020, but I see a completely different value with Revit 2021, 2022 and 2023&lt;BR /&gt;My code works with other units for all Revit versions.&lt;BR /&gt;Has anyone knowledge about that issue?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 14:15:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11441420#M16632</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-23T14:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11442011#M16633</link>
      <description>&lt;P&gt;In 2020&amp;nbsp;ConvertToInternalUnits takes a DisplayUnitType (e.g DUT_KILOGRAMS_MASS_PER_SQUARE_METER), not a ParameterType. In 2022 and later, the ForgeTypeId it takes should be for a unit (e.g. UnitTypeId.KilogramsPerSquareMeter)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 18:47:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11442011#M16633</guid>
      <dc:creator>mhannonQ65N2</dc:creator>
      <dc:date>2022-09-23T18:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11443897#M16634</link>
      <description>&lt;P&gt;Thanks for your answer, but that is not the problem. The given code runs with other units, but not with MassPerUnitArea. And it runs with the unit&amp;nbsp;MassPerUnitArea for Revit 2020, but not for Revit 2021, 2022 and 2023. So with&amp;nbsp;&lt;SPAN&gt;UnitTypeId.KilogramsPerSquareMeter it does not work in Revit 2022 and Revit 2023.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2022 12:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11443897#M16634</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-25T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11444452#M16635</link>
      <description>&lt;P&gt;It is as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8377999"&gt;@mhannonQ65N2&lt;/a&gt;&amp;nbsp;noted you need to use UnitTypeId not SpecTypeId i.e. what units are the mass and what units are the area?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is all ForgeTypeIds but there are different versions of the ForgeTypeIds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are saying&amp;nbsp;UnitTypeId.KilogramsPerSquareMeter still doesn't convert correctly then suggest you produce a minimal reproducible case or check again what the internal units are for that (they may not be what you expect).&lt;/P&gt;&lt;P&gt;Revit 2023:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Private Function Obj_220925a(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 Kg As Double = 100
        Dim m2 As Double = 10

        Dim KgPerSqFt = Kg / (m2 * (1000 / 304.8) ^ 2) 'Internal
        Dim KgPerSqm = Kg / m2

        Dim V0 = UnitUtils.ConvertToInternalUnits(KgPerSqm, UnitTypeId.KilogramsPerSquareMeter)
        Dim V1 = UnitUtils.ConvertFromInternalUnits(V0, UnitTypeId.KilogramsPerSquareMeter)

        Debug.WriteLine(KgPerSqm)
        Debug.WriteLine(V0)
        Debug.WriteLine(V1)
        Debug.WriteLine(KgPerSqFt)

        Return Result.Succeeded
    End Function&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10&lt;BR /&gt;0.9290304&lt;BR /&gt;10&lt;BR /&gt;0.9290304&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2022 23:23:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11444452#M16635</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2022-09-25T23:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445077#M16636</link>
      <description>&lt;P&gt;Thanks for you answer and example. Your example is exactly what I do.&amp;nbsp;&lt;BR /&gt;If you create a parmeter with that unit and you set your result &lt;STRONG&gt;V0&lt;/STRONG&gt; as value to that parameter, you should see your original value &lt;STRONG&gt;KgPerSqm&lt;/STRONG&gt; in Revit, if you edit your parameter.&amp;nbsp;&lt;BR /&gt;I use my code for parameters with the types&lt;BR /&gt;SpecTypeId.Length, SpecTypeId.Distance, SpecTypeId.Area, SpecTypeId.Volume, SpecTypeId.Weight, SpecTypeId.MassPerUnitLength, SpecTypeId.ThermalConductivity, SpecTypeId.ThermalResistance.&lt;BR /&gt;&lt;BR /&gt;It works as expected, except with&amp;nbsp;SpecTypeId.MassPerUnitLength. Here I do not see the original value, if I edit that parameter in Revit, do not see the original&amp;nbsp;value &lt;STRONG&gt;KgPerSqm&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:53:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445077#M16636</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-26T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445115#M16637</link>
      <description>&lt;P&gt;I can't replicate that in 2023 for type or instance parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incidentally if you use SetValueString it will convert the double input to a string but then likely get it wrong because this method expects display units not internal units. It will only get it right if the display units and the internal units are the same. However, this method shouldn't be used in most cases since it has more overhead. I think you may know this but since you've provided no code I can only guess what you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="220926b.PNG" style="width: 677px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1120438i3BDEA2F06D47AF8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="220926b.PNG" alt="220926b.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Private Function Obj_220925a(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 Kg As Double = 100
        Dim m2 As Double = 10

        Dim KgPerSqFt = Kg / (m2 * (1000 / 304.8) ^ 2) 'Internal
        Dim KgPerSqm = Kg / m2

        Dim V0 = UnitUtils.ConvertToInternalUnits(KgPerSqm, UnitTypeId.KilogramsPerSquareMeter)
        Dim V1 = UnitUtils.ConvertFromInternalUnits(V0, UnitTypeId.KilogramsPerSquareMeter)

        Debug.WriteLine(KgPerSqm)
        Debug.WriteLine(V0)
        Debug.WriteLine(V1)
        Debug.WriteLine(KgPerSqFt)

        Dim R As Reference = Nothing
        Try
            R = UIDoc.Selection.PickObject(Selection.ObjectType.Element)
        Catch ex As Exception
            Return Result.Cancelled
        End Try
        Dim El As Element = IntDoc.GetElement(R)

        Using Tx As New Transaction(IntDoc, "Change Param")
            If Tx.Start = TransactionStatus.Started Then

                Dim Px As Parameter = El.LookupParameter("RPT_MassPerArea")
                Dim Py As Parameter = IntDoc.GetElement(El.GetTypeId).LookupParameter("RPT_MassPerAreaOnType")

                If Px Is Nothing OrElse Py Is Nothing Then
                    Tx.RollBack()
                Else
                    Px.Set(V0)
                    Py.Set(V0 * 2)
                    'I just multiplied it by 2 to distinguish it in the type

                    'Py.SetValueString(V0) 'This may cause you issues since display units are expected.
                    Tx.Commit()
                End If

            End If
        End Using

        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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 09:34:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445115#M16637</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2022-09-26T09:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445446#M16638</link>
      <description>&lt;P&gt;That is strange. I create shared parameters. I attached the shared parameter file here. You there see the used parameter "Flächengewicht" with unit type MASS_PER_UNIT_AREA&lt;BR /&gt;In between I found, that if I multiply the conversation result (V0) with the factor "0,0310809501733882", I get the right parameter value, when I edit it with unit "kg/m2"&lt;BR /&gt;I set the value with parameter.Set(V0);&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 12:10:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445446#M16638</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-26T12:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445471#M16639</link>
      <description>&lt;P&gt;Can you share the code for this in whatever language you are using?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 12:28:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445471#M16639</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2022-09-26T12:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445978#M16640</link>
      <description>&lt;P&gt;I cannot share the whole code, but here I collected the regarding lines:&lt;/P&gt;&lt;P&gt;Categories categories = doc.Settings.Categories;&lt;BR /&gt;ElementId elementId = new ElementId(Autodesk.Revit.DB.BuiltInCategory.OST_Walls);&lt;BR /&gt;Category category = categories.Cast&amp;lt;Category&amp;gt;().ToList().FirstOrDefault(c =&amp;gt; c.Id == elementId);&lt;BR /&gt;CategorySet categorySet = doc.Application.Create.NewCategorySet();&lt;BR /&gt;categorySet.Insert(category);&lt;BR /&gt;TypeBinding typeBinding = doc.Application.Create.NewTypeBinding(categorySet);&lt;BR /&gt;ExternalDefinitionCreationOptions definitionCreationOptions = new ExternalDefinitionCreationOptions("Flächengewicht", SpecTypeId.MassPerUnitArea);&lt;BR /&gt;Definition definition = definitionGroup.Definitions.Create(definitionCreationOptions);&lt;BR /&gt;doc.ParameterBindings.Insert(definition, typeBinding, BuiltInParameterGroup.PG_DATA);&lt;BR /&gt;HostObjAttributes revitElement = Autodesk.Revit.DB.WallType; //shorted&lt;BR /&gt;Parameter parameter = revitElement.LookupParameter("Flächengewicht");&lt;BR /&gt;double value = UnitUtils.ConvertToInternalUnits(value, UnitTypeId.KilogramsForcePerSquareMeter);&lt;BR /&gt;parameter.Set(valueRevit);&lt;/P&gt;&lt;P&gt;definition = definitionGroup.Definitions.Create(definitionCreationOptions);&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 15:44:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11445978#M16640</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-26T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11446120#M16641</link>
      <description>&lt;P&gt;The only thing I can see is the following lines look wrong:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Parameter parameter = revitElement.LookupParameter("Flächengewicht");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double value = UnitUtils.ConvertToInternalUnits(value, UnitTypeId.KilogramsForcePerSquareMeter);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameter.Set(valueRevit);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i.e. where does 'valueRevit' come from and why is 'value' input into UnitUtils on the same line that it is defined as a double?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 16:37:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11446120#M16641</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2022-09-26T16:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447243#M16642</link>
      <description>&lt;P&gt;Sorry, that was wrong. The lines are:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Parameter parameter = revitElement.LookupParameter("Flächengewicht");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double valueRevit = UnitUtils.ConvertToInternalUnits(value, UnitTypeId.KilogramsForcePerSquareMeter);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameter.Set(valueRevit);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:01:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447243#M16642</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-27T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447276#M16643</link>
      <description>&lt;P&gt;Hint: With Revit 2020 and &lt;SPAN&gt;DisplayUnitType.DUT_KILOGRAMS_MASS_PER_SQUARE_METER it&amp;nbsp;&lt;/SPAN&gt;works as expected.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parameter parameter = revitElement.LookupParameter("Flächengewicht");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;double valueRevit = UnitUtils.ConvertToInternalUnits(value, DisplayUnitType.DUT_KILOGRAMS_MASS_PER_SQUARE_METER);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameter.Set(valueRevit);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:31:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447276#M16643</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-27T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447726#M16644</link>
      <description>&lt;P&gt;Are you doing this on a completely new project where that parameter has never been bound before in any form? My point about this is that once the parameter binding is defined with a certain guid a different version of it with the same guid will not change that. The units would be obvious in the UI however unless the unit symbol is omitted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the file containing that parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other difference between you and me is perhaps the UI language I don't know if that would play a part in terms of how the UnitUtils works, it seems unlikely. So your best course of action is probably to prepare a minimal reproducible case for Autodesk to analyse. Based on the information I have I think we've exhausted all the 'it works for me why doesn't it work for you' scenarios I can think of.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 12:34:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11447726#M16644</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2022-09-27T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11448474#M16645</link>
      <description>&lt;P&gt;I added the shared parmeter file "KnaufSharedParameters.txt" above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with different languages, that does not make the difference.&lt;/P&gt;&lt;P&gt;As far as I saw, you did not create a shared parameter in your example for that, did you?&lt;BR /&gt;Maybe that is the difference.&lt;BR /&gt;We deliver a release end of this week, so I will use my work around with that factor, I have to correct it for this unit.&lt;BR /&gt;But next week I will create an example plugin for that.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 18:41:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11448474#M16645</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-27T18:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11450934#M16646</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Your problem is that KilogramsForcePerSquareMeter is not the same as kilograms mass per square meter. Kilograms are a unit of mass. One Kilograms Force is the gravitational force on an object with a mass of 1 kg in Earth's gravitational field (9.80665&amp;nbsp;m/s² in SI units, 32.1740&amp;nbsp;ft/s² in Revit's internal units). The number you found,&amp;nbsp;"0,0310809501733882", is the reciprocal of standard gravity in Revit's internal units. So by multiplying a value by that you are converting from kilograms force to kilograms mass.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 20:21:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11450934#M16646</guid>
      <dc:creator>mhannonQ65N2</dc:creator>
      <dc:date>2022-09-28T20:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: MassPerUnitArea bug in ConvertToInternalUnits</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11451646#M16647</link>
      <description>&lt;P&gt;Awsome, that is it. Thanks a lot&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:37:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/massperunitarea-bug-in-converttointernalunits/m-p/11451646#M16647</guid>
      <dc:creator>martin.vollmer9PGT7</dc:creator>
      <dc:date>2022-09-29T08:37:28Z</dc:date>
    </item>
  </channel>
</rss>

