Trusses: Difference between revisions

From
No edit summary
No edit summary
Line 24: Line 24:
Truss-craftsman.scad.png|Truss with [[tri joints]]
Truss-craftsman.scad.png|Truss with [[tri joints]]
</gallery>
</gallery>
==Space frame (3d truss)==
In architecture and structural engineering, a space frame or space structure (3D truss) is a rigid, lightweight, truss-like structure constructed from interlocking struts in a geometric pattern. Space frames can be used to span large areas with few interior supports. Like the truss, a space frame is strong because of the inherent rigidity of the triangle; flexing loads (bending moments) are transmitted as tension and compression loads along the length of each strut.


=References=
=References=
* [https://en.wikipedia.org/wiki/Truss Truss]
* [https://en.wikipedia.org/wiki/Truss Truss]
* [https://en.wikipedia.org/wiki/Space_frame Space frame]
* [https://en.wikipedia.org/wiki/Space_frame Space frame]

Revision as of 02:17, 17 May 2021

Technique: Trusses
Tools: Wrenches
Parts: Frames, Nuts, Bolts, End caps
Techniques: Bolting

Introduction

A truss consists of frames connected at joints. Trusses are typically composed of triangles because of the structural stability of that shape and design.

Challenges

A triangle is the simplest geometric figure that will not change shape when the lengths of the sides are fixed. In comparison, both the angles and the lengths of a four-sided figure must be fixed for it to retain its shape.

Approaches

References