from sectionproperties.pre import CompoundGeometry

# the following path is a .3dm file that describes two distinct 2D surfaces
rhino_path = "../_static/cad_files/rhino_compound.3dm"

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