<?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 How to create arc length dimensions in project by revit api ? in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10636402#M23644</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This seems to be a basic function of Revit, but I have been searching it for a while and could not find the solution. The Revit help (link below) states NewDimension method can create a linear dimension only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://help.autodesk.com/view/RVT/2019/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Revit_Geometric_Elements_Annotation_Elements_Dimensions_and_Constraints_html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://help.autodesk.com/view/RVT/2019/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Revit_Geometri...&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then how do we create non-linear dimension, such as Radial dimension, in project document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the overloaded NewDimension method:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NewDimension(View view,Line line,ReferenceArray references,DimensionType dimensionType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to supply a non-linear dimensionType to the method, but it throws exception “the dimension type is a non-linear dimension type”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know methods available for creating non-linear dimensions in family document, but how about project document?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What am I missing here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 09:27:20 GMT</pubDate>
    <dc:creator>DinhMinhDuc</dc:creator>
    <dc:date>2021-09-21T09:27:20Z</dc:date>
    <item>
      <title>How to create arc length dimensions in project by revit api ?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10636402#M23644</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This seems to be a basic function of Revit, but I have been searching it for a while and could not find the solution. The Revit help (link below) states NewDimension method can create a linear dimension only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://help.autodesk.com/view/RVT/2019/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Revit_Geometric_Elements_Annotation_Elements_Dimensions_and_Constraints_html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://help.autodesk.com/view/RVT/2019/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Revit_Geometri...&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then how do we create non-linear dimension, such as Radial dimension, in project document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the overloaded NewDimension method:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;NewDimension(View view,Line line,ReferenceArray references,DimensionType dimensionType)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to supply a non-linear dimensionType to the method, but it throws exception “the dimension type is a non-linear dimension type”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know methods available for creating non-linear dimensions in family document, but how about project document?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What am I missing here?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 09:27:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10636402#M23644</guid>
      <dc:creator>DinhMinhDuc</dc:creator>
      <dc:date>2021-09-21T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create arc length dimensions in project by revit api ?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10637336#M23645</link>
      <description>&lt;P&gt;You can use the AngularDimension Class to achieve this :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://apidocs.co/apps/revit/2022/2e3b9201-d5fa-3cdb-53e4-8e204bda1fe5.htm" target="_blank"&gt;https://apidocs.co/apps/revit/2022/2e3b9201-d5fa-3cdb-53e4-8e204bda1fe5.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 15:09:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10637336#M23645</guid>
      <dc:creator>raswart</dc:creator>
      <dc:date>2021-09-21T15:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create arc length dimensions in project by revit api ?</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10641780#M23646</link>
      <description>&lt;P&gt;Thank you very much !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 08:55:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-create-arc-length-dimensions-in-project-by-revit-api/m-p/10641780#M23646</guid>
      <dc:creator>DinhMinhDuc</dc:creator>
      <dc:date>2021-09-23T08:55:27Z</dc:date>
    </item>
  </channel>
</rss>

