<?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: how can I draw a cross for sections on structural timber in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84684#M13700</link>
    <description>The simplest way would be to start from scratch with a &lt;B&gt;Block&lt;/B&gt; statement.&lt;BR /&gt;
&lt;BR /&gt;
Something like:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;! set variables to standard parameters (otherwise create user parameters)&lt;BR /&gt;
&lt;BR /&gt;
beam_lg = A&lt;BR /&gt;
beam_wd = B&lt;BR /&gt;
beam_dp = ZZYZX&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
! model of beam&lt;BR /&gt;
&lt;BR /&gt;
Block beam_lg, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
Plane 4,&lt;BR /&gt;
 0, 0, 0,&lt;BR /&gt;
 beam_lg, 0, 0,&lt;BR /&gt;
 beam_lg, beam_wd, beam_dp,&lt;BR /&gt;
 0, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
Plane 4,&lt;BR /&gt;
 0, beam_wd, 0,&lt;BR /&gt;
 beam_lg, beam_wd, 0,&lt;BR /&gt;
 beam_lg, 0, beam_dp,&lt;BR /&gt;
 0, 0, beam_dp&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
The &lt;B&gt;Plane&lt;/B&gt; statements form the "x" in the beam section. &lt;BR /&gt;
&lt;B&gt;Rect&lt;/B&gt; also works, but requires rotating the coordinate system, as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;Block beam_lg, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
rotx atn(beam_dp/beam_wd)&lt;BR /&gt;
&lt;BR /&gt;
Rect 0, 0, beam_lg, sqr(beam_wd^2 + beam_dp^2)&lt;BR /&gt;
&lt;BR /&gt;
del 1&lt;BR /&gt;
addy beam_wd&lt;BR /&gt;
rotx 180 - atn(beam_dp/beam_wd)&lt;BR /&gt;
&lt;BR /&gt;
Rect 0, 0, beam_lg, sqr(beam_wd^2 + beam_dp^2)&lt;/FONT&gt;</description>
    <pubDate>Sat, 17 Jul 2004 13:13:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-07-17T13:13:12Z</dc:date>
    <item>
      <title>how can I draw a cross for sections on structural timber</title>
      <link>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84681#M13697</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;For my structural timber members that are not face timber, I would like the section to be represented just by drawing a cross (from the corners of the section of the piece of timber).&lt;BR /&gt;
&lt;BR /&gt;
any one know how I can do that easily? ........ or is it just done by hand on the sections?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 May 2023 10:29:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84681#M13697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-30T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: how can I draw a cross for sections on structural timber</title>
      <link>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84682#M13698</link>
      <description>You don't say how your timber members are created. &lt;BR /&gt;
&lt;BR /&gt;
If they are scripted library parts, it is a simple matter to script some crossing rectangles which will show as crossed lines in section. &lt;BR /&gt;
&lt;BR /&gt;
If they are modeled from other elements you could get the crossing lines by using zero-thickness roofs inside the timber, but this is probably more trouble than just drawing the lines.</description>
      <pubDate>Sat, 17 Jul 2004 10:09:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84682#M13698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-17T10:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: how can I draw a cross for sections on structural timber</title>
      <link>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84683#M13699</link>
      <description>so far, I am just using beams to create my timber members.&lt;BR /&gt;
&lt;BR /&gt;
So what is the easiest way to script my timber members? Do I create one as a beam, then "save as GDL object", then play with it?</description>
      <pubDate>Sat, 17 Jul 2004 10:55:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84683#M13699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-17T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: how can I draw a cross for sections on structural timber</title>
      <link>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84684#M13700</link>
      <description>The simplest way would be to start from scratch with a &lt;B&gt;Block&lt;/B&gt; statement.&lt;BR /&gt;
&lt;BR /&gt;
Something like:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;! set variables to standard parameters (otherwise create user parameters)&lt;BR /&gt;
&lt;BR /&gt;
beam_lg = A&lt;BR /&gt;
beam_wd = B&lt;BR /&gt;
beam_dp = ZZYZX&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
! model of beam&lt;BR /&gt;
&lt;BR /&gt;
Block beam_lg, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
Plane 4,&lt;BR /&gt;
 0, 0, 0,&lt;BR /&gt;
 beam_lg, 0, 0,&lt;BR /&gt;
 beam_lg, beam_wd, beam_dp,&lt;BR /&gt;
 0, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
Plane 4,&lt;BR /&gt;
 0, beam_wd, 0,&lt;BR /&gt;
 beam_lg, beam_wd, 0,&lt;BR /&gt;
 beam_lg, 0, beam_dp,&lt;BR /&gt;
 0, 0, beam_dp&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
The &lt;B&gt;Plane&lt;/B&gt; statements form the "x" in the beam section. &lt;BR /&gt;
&lt;B&gt;Rect&lt;/B&gt; also works, but requires rotating the coordinate system, as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="blue"&gt;Block beam_lg, beam_wd, beam_dp&lt;BR /&gt;
&lt;BR /&gt;
rotx atn(beam_dp/beam_wd)&lt;BR /&gt;
&lt;BR /&gt;
Rect 0, 0, beam_lg, sqr(beam_wd^2 + beam_dp^2)&lt;BR /&gt;
&lt;BR /&gt;
del 1&lt;BR /&gt;
addy beam_wd&lt;BR /&gt;
rotx 180 - atn(beam_dp/beam_wd)&lt;BR /&gt;
&lt;BR /&gt;
Rect 0, 0, beam_lg, sqr(beam_wd^2 + beam_dp^2)&lt;/FONT&gt;</description>
      <pubDate>Sat, 17 Jul 2004 13:13:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/how-can-I-draw-a-cross-for-sections-on-structural-timber/m-p/84684#M13700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-07-17T13:13:12Z</dc:date>
    </item>
  </channel>
</rss>

