What Young's modulus, strength, area and moment of inertia mean, and how each cross-section shape gets there.
Every member has two separate properties: a material (what it's made of) and a section (the shape and size of its cross-section). They're independent — the same steel material can be used with a thin rod or a thick tube, and the same tube shape can be made of steel or aluminium. Both are shared: a material or section lives once in your project's library, and any number of members can point at it, so changing one value in the library updates every member using it at once.
A material has two numbers that drive the analysis:
A few built-in presets (Rubber, Spaghetti, Balsa wood, Timber, Aluminium, Steel) fill in typical E and fMax values as a starting point — pick one to see its numbers, then edit them freely, or skip the presets and type your own.
A section's shape decides two things every calculation needs: its cross-sectional area (used by the stress and strength checks) and its moment of inertia — specifically the smallest one, I_min, since a member always buckles about its weakest axis (see the buckling guide). For four of the five shapes, both are computed automatically from the dimensions you enter:
area = (π/4)·d², I_min = (π/64)·d⁴area = (π/4)·(d² − inner²), I_min = (π/64)·(d⁴ − inner⁴), where
inner = d − 2tarea = width · height, I_min = (min side) · (max side)³ / 12 — the smaller
side is always cubed, since that's the weak-axis directionDeletion is protected. A material or section can't be deleted while any member still uses it, or if it's the only one left in your project — a truss always needs at least one of each.
Names are informational, not identifiers. Renaming a material or section doesn't break anything; sections even
auto-derive a name from their shape and dimensions (e.g. Ø20, 30x30-3) unless you type over it.
Editing updates every member at once. Since members reference a shared material/section rather than owning their own copy, changing E, fMax, or a dimension immediately recalculates every member that uses it.