BRepOffsetAPI_ThruSections thrusecTool(Standard_False,Standard_True);
thrusecTool.AddWire(Wire1);
thrusecTool.AddWire(tWire2);
thrusecTool.CheckCompatibility(Standard_False);
TopoDS_Shape sh_AT = thrusecTool.Shape();
Archived discussion
How can I use this API: BRepOffsetAPI_ThruSections?
Discussion
Posts are displayed in their archived order.
BRepOffsetAPI_ThruSections thrusecTool(Standard_False,Standard_True);
thrusecTool.AddWire(Wire1);
thrusecTool.AddWire(tWire2);
thrusecTool.CheckCompatibility(Standard_False);
TopoDS_Shape sh_AT = thrusecTool.Shape();