Holes removal

Hi,

How can I remove an inside trimming wire (hole) from a face?

Greetings,
Adrian

Mikael Aronsson's picture

Hi !

Yes, use BRepBuilderAPI_MakeFace to build the face, you can include trimming curves, if the trimming curve is a 3D curve you need to project it first (to get the 2D parametric curve) using GeomProjLib::Curve2d, I hope that helps a bit, better late then never...

Mikael