OCCBrep.from_iges

classmethod OCCBrep.from_iges(filename, solid=True)

Conctruct a BRep from the data contained in a IGES file.

Parameters:
filenamestr | pathlib.Path

The file.

solidbool, optional

If True, convert shells to solids when possible.

Returns:
compas_occ.brep.OCCBrep