BRepOffsetAPI_ThruSections

How can I use this API: BRepOffsetAPI_ThruSections?

Dulana Hansisi's picture

BRepOffsetAPI_ThruSections thrusecTool(Standard_False,Standard_True);

thrusecTool.AddWire(Wire1);

thrusecTool.AddWire(tWire2);

thrusecTool.CheckCompatibility(Standard_False);

TopoDS_Shape sh_AT = thrusecTool.Shape();