﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAdd_Mesh%2FBeamBuilder</id>
	<title>Extensions:2.6/Py/Scripts/Add Mesh/BeamBuilder - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FAdd_Mesh%2FBeamBuilder"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder&amp;action=history"/>
	<updated>2026-04-26T13:44:59Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder&amp;diff=104397&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder&amp;diff=104397&amp;oldid=prev"/>
		<updated>2018-06-28T19:43:06Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:43時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder&amp;diff=104396&amp;oldid=prev</id>
		<title>wiki&gt;Jambay: minor status and content update.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Add_Mesh/BeamBuilder&amp;diff=104396&amp;oldid=prev"/>
		<updated>2015-05-22T21:12:14Z</updated>

		<summary type="html">&lt;p&gt;minor status and content update.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;center&amp;gt;&amp;lt;h1&amp;gt;Create Beams&amp;lt;/h1&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
Generate mesh primitives representing structural supports found in modern construction.&lt;br /&gt;
&lt;br /&gt;
It is part of a package/collection of scripts that together create general architectural and &amp;quot;interior design&amp;quot; items. See  [https://developer.blender.org/T44022 add_mesh_building_basics] or [http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/BuildingBasics Building Basics] for details.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Warning/Important}}This script is included in the 'building basics' package. This documentation page is fundamental to that section - do not remove.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Documentation&amp;lt;/b&amp;gt;:&lt;br /&gt;
{{WikiTask/Inprogress|90| Will add image samples, and there is always room for improvement.}}&lt;br /&gt;
&amp;lt;b&amp;gt;Code&amp;lt;/b&amp;gt;:&lt;br /&gt;
{{WikiTask/Done| Complete with V 1.3 of Building Basics release..}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;Beams&amp;quot;&amp;gt;&lt;br /&gt;
= Beam Builder =&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;tableNormal&amp;quot;&amp;gt;&lt;br /&gt;
The initial &amp;quot;shapes&amp;quot; are suitable for graphical presentation such as: commercial buildings, bridges, and towers. Each beam type has a set of parameters that may be modified, allowing for a wide range of customization.&lt;br /&gt;
&lt;br /&gt;
Beams are created centered at 0,0,0; may change to track 3D cursor at some point.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Type:&amp;lt;/b&amp;gt; Select beam &amp;quot;shape&amp;quot;; Box, U, C, L, I, or T beam forms.&lt;br /&gt;
[[image:BBBeams.png|center|thumb|450px|]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Material:&amp;lt;/b&amp;gt; Set the beam material &amp;quot;color&amp;quot;. R/G/B values may be set manually.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Height(z)&amp;lt;/b&amp;gt;: The height of the beam.&lt;br /&gt;
   Height (float, 0.01-100, default 1).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Width(x)&amp;lt;/b&amp;gt;: The width of the beam.&lt;br /&gt;
   Width (float, 0.01-100, default 0.5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Depth(y)&amp;lt;/b&amp;gt;: The depth of the beam.&lt;br /&gt;
   Depth (float, 0.01-100, default 0.5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Thickness&amp;lt;/b&amp;gt;: The thickness/width of the beam sides.&lt;br /&gt;
   Thickness (float, 0.01-1, default 0.1).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Taper&amp;lt;/b&amp;gt;: Angle the edges of the beam &amp;quot;inner&amp;quot; sides toward outer edge, not available for Box beam shape.&lt;br /&gt;
   Taper (integer, 0-100, default 0).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Credits&amp;lt;/b&amp;gt;: revolt_randy for initial submission.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki&gt;Jambay</name></author>
		
	</entry>
</feed>