from sectionproperties.pre import Geometry

# the following path is a .3dm file that describes a glazing section
rhino_path = "../_static/cad_files/rhino.3dm"

# load 3dm file into a Geometry object
geom = Geometry.from_3dm(filepath=rhino_path)
geom.plot_geometry()