<?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: prefer roof pitch instead of angle in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177920#M96626</link>
    <description>Is it possible to change how Roof Pitch is displayed in the info box?</description>
    <pubDate>Fri, 14 Sep 2012 20:12:40 GMT</pubDate>
    <dc:creator>Stress Co_</dc:creator>
    <dc:date>2012-09-14T20:12:40Z</dc:date>
    <item>
      <title>prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177896#M96602</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Wondering if there's a way to change the default display of roof &lt;B&gt;angle&lt;/B&gt; in display box to roof &lt;B&gt;pitch&lt;/B&gt;.........can't seem to locate a way &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/74228iB52093171C30EA6F/image-size/large?v=v2&amp;amp;px=999" border="0" alt="roof angle.png" title="roof angle.png" /&gt;</description>
      <pubDate>Tue, 23 May 2023 12:51:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177896#M96602</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2023-05-23T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177897#M96603</link>
      <description>I don't think there is any way to do that in the info palette. I always open the settings dialog for that. After a bit I always end up remembering the decimal values for the primary pitches on the project.</description>
      <pubDate>Thu, 17 Feb 2011 23:59:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177897#M96603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-17T23:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177898#M96604</link>
      <description>I was hoping to save some steps and take advantage of my computers memory rather than rely on mine..........tad more reliable I'm afraid  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;     &lt;BR /&gt;
&lt;BR /&gt;
I feared that this wasn't an option with AC but thought perhaps someone had solved this riddle by now.........the "commit it to memory" gets old especially when you're working through initial design and deciding which roof pitch, or pitches work best.</description>
      <pubDate>Fri, 18 Feb 2011 00:08:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177898#M96604</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-02-18T00:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177899#M96605</link>
      <description>A roof tag (label) could be made to do it.&lt;BR /&gt;
&lt;BR /&gt;
It could be as simple as creating a custom label with two lines in the 2D script:
&lt;PRE&gt;slope_in_12 = TAN(ROOF_ANGLE)*12
Text2 0, 0, slope_in_12 + ":12"&lt;/PRE&gt;

Of course this will only give a decimal and not feet and fractional inches (that's too much to sort out off the top of my head) and you'd probably want to add define and set style statements to get the font size you want.</description>
      <pubDate>Fri, 18 Feb 2011 00:11:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177899#M96605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-18T00:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177900#M96606</link>
      <description>yes, that's a thought but essentially I'm just after instant information, [info box]. I can be looking simultaneously at multiple schematic models, where just selecting a roof in 3D window clarifies a 3/12 from a 2/12 and so on........by the time I'm documenting the pitch is memorized, even by me &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 18 Feb 2011 00:19:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177900#M96606</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-02-18T00:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177901#M96607</link>
      <description>&lt;BLOCKQUOTE&gt;Jefferson wrote:&lt;BR /&gt;Wondering if there's a way to change the default display of roof &lt;B&gt;angle&lt;/B&gt; in display box to roof &lt;B&gt;pitch&lt;/B&gt;&lt;/BLOCKQUOTE&gt;I second the motion.</description>
      <pubDate>Fri, 18 Feb 2011 04:29:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177901#M96607</guid>
      <dc:creator>Stress Co_</dc:creator>
      <dc:date>2011-02-18T04:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177902#M96608</link>
      <description>&lt;BLOCKQUOTE&gt;Stress wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Jefferson wrote:&lt;BR /&gt;Wondering if there's a way to change the default display of roof &lt;B&gt;angle&lt;/B&gt; in display box to roof &lt;B&gt;pitch&lt;/B&gt;&lt;/BLOCKQUOTE&gt;I second the motion.&lt;/BLOCKQUOTE&gt;

While we're at it how about being able to set the relative elevation in the info palette to home story, or sea level, etc? I would like to be able to select a ceiling on the 5th floor and know it's height above the floor rather than above project zero. For now I set the user origin and check the z coordinate but this is rather fussy compared to just selecting the ceiling and reading the height.</description>
      <pubDate>Fri, 18 Feb 2011 07:32:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177902#M96608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-18T07:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177903#M96609</link>
      <description>I would just like to be able to input degrees and minutes rather than decimal degrees.&lt;BR /&gt;
All the other inputs change with the working unit preferences but not the roof pitch.&lt;BR /&gt;
&lt;BR /&gt;
And don't mention that you can't use the roof pitch as an output field in the interactive schedules. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_evil.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 18 Feb 2011 09:00:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177903#M96609</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-02-18T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177904#M96610</link>
      <description>In my country we use % for roof slope, which is actually a fractional presentation. For example 30%=30/100, which is quite easier for the builders to understand (hopefully!) then degrees of minutes and seconds.</description>
      <pubDate>Fri, 18 Feb 2011 13:45:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177904#M96610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-18T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177905#M96611</link>
      <description>Yup! Once again a series of requests for the option of information input-output that relates to how we, &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;and&lt;E&gt;&lt;/E&gt; the construction industry, work rather than how the computer works..........novel concept   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_idea.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Perhaps by version 16, which coincidentally may be the next time there's funding for an upgrade.</description>
      <pubDate>Fri, 18 Feb 2011 14:46:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177905#M96611</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-02-18T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177906#M96612</link>
      <description>Jefferson,&lt;BR /&gt;
This is a great wish. &lt;BR /&gt;
Can you turn it into one with a poll?</description>
      <pubDate>Sun, 20 Feb 2011 16:17:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177906#M96612</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2011-02-20T16:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177907#M96613</link>
      <description>Hi Erika&lt;BR /&gt;
&lt;BR /&gt;
I've not gotten the feeling that polls make a load of difference up or down, and, I've never done it before but please feel free to take those steps yourself. Obviously this is something most of us would like to see change........</description>
      <pubDate>Mon, 21 Feb 2011 21:13:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177907#M96613</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-02-21T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177908#M96614</link>
      <description>GRAPHISOFT does review the polls and wishes time to time, so it's always good to have it there. I have recorded this one for now.</description>
      <pubDate>Tue, 22 Feb 2011 19:59:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177908#M96614</guid>
      <dc:creator>Greg Kmethy</dc:creator>
      <dc:date>2011-02-22T19:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177909#M96615</link>
      <description>Thanks Gergely.........Wasn't intending to whine about GS's response there. This is in fact the way almost all of work, certainly those of stuck with imperial units, and I believe it's a small change that could, make a big difference on a daily level.</description>
      <pubDate>Tue, 22 Feb 2011 20:06:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177909#M96615</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-02-22T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177910#M96616</link>
      <description>&lt;BLOCKQUOTE&gt;Jefferson wrote:&lt;BR /&gt;Wondering if there's a way to change the default display of roof &lt;B&gt;angle&lt;/B&gt; in display box to roof &lt;B&gt;pitch&lt;/B&gt;.........can't seem to locate a way &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

&lt;BLOCKQUOTE&gt;gkmethy wrote:&lt;BR /&gt;GRAPHISOFT does review the polls and wishes time to time, so it's always good to have it there. I have recorded this one for now.&lt;/BLOCKQUOTE&gt;

This wish has been granted in 15.  Pleasant surprise to see the revised Info Box for roofs, attached.  Just as in the Settings dialog, you can choose pitch, angle, etc for Info Box display.&lt;BR /&gt;
&lt;BR /&gt;
Thanks, GS!  Little things like this really do help. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/10661i8BAB6C21E2C4EA2C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Roof-Info.gif" title="Roof-Info.gif" /&gt;</description>
      <pubDate>Thu, 07 Jul 2011 02:25:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177910#M96616</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-07-07T02:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177911#M96617</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;I would just like to be able to input degrees and minutes rather than decimal degrees.&lt;BR /&gt;
All the other inputs change with the working unit preferences but not the roof pitch.&lt;BR /&gt;
&lt;BR /&gt;
And don't mention that you can't use the roof pitch as an output field in the interactive schedules. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_evil.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;

And I got my wish to be able to output the roof pitch in schedules too.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Now all we need is to be able to input degrees, minutes and seconds into the roof tool and it will be almost perfect.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 07 Jul 2011 02:35:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177911#M96617</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-07-07T02:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177912#M96618</link>
      <description>NICE!</description>
      <pubDate>Fri, 15 Jul 2011 13:37:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177912#M96618</guid>
      <dc:creator>Jefferson</dc:creator>
      <dc:date>2011-07-15T13:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177913#M96619</link>
      <description>&lt;BLOCKQUOTE&gt;Jefferson wrote:&lt;BR /&gt;Yup! Once again a series of requests for the option of information input-output that relates to how we, &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;and&lt;E&gt;&lt;/E&gt; the construction industry, work rather than how the computer works..........novel concept   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_idea.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Perhaps by version 16, which coincidentally may be the next time there's funding for an upgrade.&lt;/BLOCKQUOTE&gt;
Aloha Jeff, Gergely and Karl,&lt;BR /&gt;
I am really thankful to see that roof pitches can be changed in the Info Box in ArchiCAD 15.&lt;BR /&gt;
I think that it would be hugely helpful for us, the users, to be able to give input to the Graphisoft programmers about how we need ArchiCAD to work. How can we give you our constructive input on improving how ArchiCAD works?&lt;BR /&gt;
Thank you,&lt;BR /&gt;
John</description>
      <pubDate>Sun, 20 Nov 2011 22:28:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177913#M96619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-20T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177914#M96620</link>
      <description>&lt;BLOCKQUOTE&gt;johncassel wrote:&lt;BR /&gt;
I think that it would be hugely helpful for us, the users, to be able to give input to the Graphisoft programmers about how we need ArchiCAD to work. How can we give you our constructive input on improving how ArchiCAD works?&lt;/BLOCKQUOTE&gt;

...by using the various Wish forums here, posting only ONE suggestion per wish in the Wish forum that is most related to the desired improvement.&lt;BR /&gt;
&lt;BR /&gt;
(Posting a wish or a thread that lists many, often dozens, of requests - as has been happening in the thread on AC 16 this year - is not particularly helpful other than for people to vent.  People should save their breath in that kind of thread, unless it is therapeutically helpful to them.)&lt;BR /&gt;
&lt;BR /&gt;
While more work on our end, one focused topic per wish (or other thread) lets GS link a corresponding development list directly to that thread for fine-tuning, should they wish to do that. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 21 Nov 2011 01:07:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177914#M96620</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-11-21T01:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: prefer roof pitch instead of angle</title>
      <link>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177915#M96621</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt; This wish has been granted in 15.  Pleasant surprise to see the revised Info Box for roofs, attached.  Just as in the Settings dialog, you can choose pitch, angle, etc for Info Box display Karl&lt;/BLOCKQUOTE&gt;

Karl, I like what I see Karl in the pic that you posted - showing settings for roof slope in pitch such as 3 in 4.&lt;BR /&gt;
I am using AUS FULL version of v15 r3267 BUT I still only have the options of degrees or percentage slope in the Info Box or the Roof Settings.&lt;BR /&gt;
How or why can this be? &lt;BR /&gt;
Is the Slope (gradient) setting made available only in the US version of AC15?</description>
      <pubDate>Mon, 30 Jan 2012 07:43:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/prefer-roof-pitch-instead-of-angle/m-p/177915#M96621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-30T07:43:01Z</dc:date>
    </item>
  </channel>
</rss>

