\documentclass[11pt]{article}

\usepackage[a4paper,landscape,margin=14mm]{geometry}
\usepackage{array}
\usepackage{tikz-sections}

\pagestyle{empty}
\setlength{\parindent}{0pt}
\renewcommand{\arraystretch}{1.15}

\newcommand{\ExampleRow}[3]{%
  \begin{tabular}{@{}m{0.22\linewidth}m{0.74\linewidth}@{}}
    \begin{tikzpicture}[baseline=(current bounding box.center)]
      #3
    \end{tikzpicture}
    &
    \textbf{#1}\par
    \vspace{2pt}
    {\raggedright\ttfamily\scriptsize\detokenize{#2}\par}
  \end{tabular}
  \par\vspace{8mm}
}

\begin{document}

\TikZSectionsSetup{
  tikzSections/straight/.style={tikzSections/default, black},
  tikzSections/round/.style={tikzSections/default, gray},
  tikzSections/dimension/.style={tikzSections/default, gray, <->},
  tikzSections/dimension legend/.style={draw=gray, fill=white, inner sep=2pt, align=left},
  tikzSections/label/.style={font=\small}
}

\ExampleRow
  {Lipped channel with centerlines, dimension legend, and label}
  {\TikZSectionsChannel[depth=180, flange=55, lip=18, thickness=2, radius=4, centerline=true, dimensions=true, label=CFS, scale=0.025]}
  {\TikZSectionsChannel[depth=180, flange=55, lip=18, thickness=2, radius=4, centerline=true, dimensions=true, label=CFS, scale=0.025]}

\ExampleRow
  {Monochrome universal beam with label}
  {\TikZSectionsUniversalBeam[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, monochrome=true, label=UB, label x=12, label y=68, scale=0.12]}
  {\TikZSectionsUniversalBeam[depth=61.2, width=22.9, flange thickness=1.96, web thickness=1.19, root radius=1.4, monochrome=true, label=UB, label x=12, label y=68, scale=0.12]}

\ExampleRow
  {Filled rectangular hollow section}
  {\TikZSectionsRHS[depth=80, width=50, thickness=3, radius=5, filled=true, scale=0.04]}
  {\TikZSectionsRHS[depth=80, width=50, thickness=3, radius=5, filled=true, scale=0.04]}

\end{document}
