Skip to content

Sections & materials

The steel section library browser

Steel section library

CivilKit Studio ships a real hot-rolled steel section library covering five regions:

RegionStandardDesignations
Australia / NZAS/NZS 3679.1UB / UC (+ PFC)
United StatesAISCW shapes
United KingdomBS 4-1 / SCI P363UB / UC
EuropeEN 10365IPE / HEA / HEB
CanadaCISC / AISCW shapes

Open the section library from a member's inspector ("Browse sections") to pick a real catalogue section. Each section carries area, second moments (Ix/Iy), plastic and elastic moduli, and torsion constant J.

Verify before professional use

The catalogues are marked verified: false - they are indicative for early-stage analysis. Every value should be cross-checked against a current manufacturer catalogue and the governing standard before professional use. (An internal consistency check guards the data: Zx = Ix/(d/2), plastic > elastic, and mass = ρ·A all hold across the 275 sections.)

Concrete columns (generic)

Concrete columns aren't a discrete rolled catalogue - the size is continuous - so the library offers them as parametric solid shapes rather than thousands of named rows. In the section library's catalogue dropdown, pick Concrete (generic):

  • Rectangular (solid D × B) and Circular (solid ⌀D) columns, with exact A / Izz / Iyy / J computed from the dimensions.
  • A preset ladder of common sizes - squares 300→1000, a few blades (200×900, 300×1200), and rounds off the 75 mm formwork ladder (450, 525, 600, 675, 750, 900…). Use the shape family filter to narrow to rectangular or circular.
  • A Custom size… row - switch to Rectangular or Circular and type any width × depth or diameter in millimetres.

Assigning a concrete section also sets a concrete material for the member, so the analysis uses concrete stiffness and self-weight - not steel.

Grade follows your region

The Grade picker defaults to the concrete grade for your active design region, and each grade carries that code's elastic modulus:

RegionDefault gradeCodeE
AU / NZN40AS 360032.8 GPa
Europe / UKC40/50EC2 Ecm = 22(fcm/10)^0.335.2 GPa
United States5000 psiACI 318 Ec = 4700√f'c27.6 GPa
Canada35 MPaCSA A23.328.2 GPa

Change the design region and the default grade (and its E) follows - you never get N40 in a US model. Pick a different grade from the same list to override it.

Section properties in the inspector

Select a member and the inspector shows a compact Section properties readout under the section picker: mass/m, depth, A, Ix (major), Iy (minor), Zx, Sx, J. Values come from the catalogue geometry (in mm units) where available, or are converted from the analysis values for a generic section. It is the quick "what are this section's numbers?" check engineers reach for constantly - and confirms, after solving, that a member is bending about the axis you intended (see Member orientation).

Isolate this section

The member inspector also offers "Isolate this section" - it shows only the members that share the selected section (and their nodes), hiding everything else. It is the fast "show me just the 360UBs" view. Show all (A), or selecting anything, restores the full model. The steel take-off rows are clickable too: a click selects and frames a representative member of that section.

Building custom sections

The Sections module (pick it from the suite bar) is a parametric section builder. Choose a shape, type its dimensions, and it computes the full property set live and draws the profile.

Parametric shapes

Ten shapes are built in:

ShapeNotes
Rectangle, CircleSolid
CHS, RHSHollow circular / rectangular
I-sectionWith root radius R1, toe radius R2, and flange taper
Channel (PFC)
T-sectionOptional root radius
Angle (L)Equal or unequal, with root + toe radii
Cruciform
Monosymmetric ISeparate top / bottom flange widths (Bt/Bb) and thicknesses

Property readout

The editor shows the full set of computed properties, not just the headline numbers: area, mass/m, centroid, Ix, Iy, product of inertia Ixy, principal I1/I2 and their angle, section moduli Zx/Zy, radii of gyration, torsion J, and warping Iw. For an asymmetric shape (an angle, or a monosymmetric I) the principal axes and Ixy are where the real behaviour shows up.

Property factors

Open Property factors in the editor to scale a section's area, major/minor inertia, or torsion by an independent multiplier (1.0 = unchanged). Useful for a cracked-concrete stiffness knock-down or a built-up member. The factors are saved with the section and restored when you re-edit it.

Families

Custom sections are organised into families. Drag a section from one family onto another to move it, and click a section to load it back into the editor to re-edit (the button becomes Update section). Custom families also appear in the member section picker under Custom.

Materials tab

The Materials tab lists the standard materials (steel, concrete grades, aluminium, timber) with their E, Poisson, density, thermal coefficient and f'c, and lets you add or remove your own custom materials.

Export & import

Export downloads your custom families and materials as a JSON file; Import merges a file back in (existing entries are never overwritten). It is the way to back up or share a library between machines.

Defining a section directly

A section is just its analysis properties (SI):

json
{ "id": 1, "a": 0.0113, "iyy": 1.43e-4, "izz": 4.85e-5, "j": 3.4e-7 }

izz is the major axis (strong), iyy the minor axis. See the model schema for the full picture.

Materials

json
{ "id": 1, "e": 200e9, "g": 80e9, "nu": 0.3, "rho": 7850 }

Young's modulus e, shear modulus g, Poisson nu (needed for plate bending), and density rho (self-weight + modal mass). nu/rho default to 0.3 / 7850 if omitted.