\documentclass[margin=2mm]{standalone} \usepackage{tikz-sections} \begin{document} \begin{tikzpicture} \TikZSectionsSetup{ tikzSections/straight/.style={tikzSections/default, black}, tikzSections/round/.style={tikzSections/default, gray} } \TikZSectionsChannel[depth=180, flange=55, thickness=2, inside radius=4, at={(0,0)}, scale=0.025, centerline=true, dimensions=true, label=C] \TikZSectionsChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=48, bottom lip=14, thickness=2, radius=4, x=8, scale=0.025] \TikZSectionsStiffenedChannel[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=48, bottom lip=14, thickness=2, radius=4, position=0.45, x=16, scale=0.025] \TikZSectionsZee[depth=180, flange=55, thickness=2, radius=4, x=24, scale=0.025] \TikZSectionsZee[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=48, bottom lip=14, thickness=2, radius=4, x=32, scale=0.025] \TikZSectionsSigma[detailed=true, depth=180, top flange=55, top lip=18, bottom flange=48, bottom lip=14, thickness=2, radius=4, x=40, scale=0.025] \TikZSectionsHat[depth=40, width=90, left flange=25, right flange=25, thickness=2, radius=4, x=48, scale=0.05] \TikZSectionsAngle[vertical leg=70, horizontal leg=50, thickness=2, radius=4, x=56, scale=0.05] \TikZSectionsLippedAngle[vertical leg=70, horizontal leg=50, lip=15, thickness=2, radius=4, x=64, scale=0.05] \TikZSectionsRHS[depth=80, width=50, thickness=3, radius=5, x=72, scale=0.05, filled=true] \TikZSectionsSHS[width=60, thickness=3, radius=5, x=80, scale=0.05, filled=true] \TikZSectionsCHS[radius=30, thickness=3, x=88, scale=0.05, filled=true] \TikZSectionsUniversalBeam[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, x=0, y=-17, scale=0.12, monochrome=true] \TikZSectionsUniversalColumn[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, x=8, y=-17, scale=0.12] \TikZSectionsWeldedI[web depth=60, web thickness=2, top flange width=40, top flange thickness=5, bottom flange width=50, bottom flange thickness=6, x=16, y=-17, scale=0.12] \TikZSectionsTee[depth=60, width=40, flange thickness=5, web thickness=2, root radius=4, x=24, y=-17, scale=0.12] \TikZSectionsHRSChannel[depth=60, width=35, flange thickness=5, web thickness=2, root radius=4, x=32, y=-17, scale=0.12] \TikZSectionsEqualAngle[leg=40, thickness=4, root radius=3, x=40, y=-17, scale=0.12] \TikZSectionsUnequalAngle[vertical leg=50, horizontal leg=35, thickness=4, root radius=3, x=48, y=-17, scale=0.12] \TikZSectionsPlate[width=40, thickness=8, x=64, y=-17, scale=0.12, filled=true] \TikZSectionsFlatBar[width=40, thickness=8, x=72, y=-17, scale=0.12, filled=true] \TikZSectionsRoundBar[radius=12, line width=1, x=80, y=-17, scale=0.12, filled=true] \TikZSectionsHRSCHS[radius=20, thickness=3, x=88, y=-17, scale=0.12] \TikZSectionsHRSRHS[depth=50, width=35, thickness=3, root radius=4, x=96, y=-17, scale=0.12] \TikZSectionsHRSSHS[width=40, thickness=3, root radius=4, x=104, y=-17, scale=0.12] \end{tikzpicture} \end{document}