Adiel Pacheco Tue, 02/09/2016 - 19:48 Forums: Modeling Data and AlgorithmsHow can I use this API: BRepOffsetAPI_ThruSections? Dulana Hansisi Fri, 07/20/2018 - 14:15 BRepOffsetAPI_ThruSections thrusecTool(Standard_False,Standard_True); thrusecTool.AddWire(Wire1); thrusecTool.AddWire(tWire2); thrusecTool.CheckCompatibility(Standard_False); TopoDS_Shape sh_AT = thrusecTool.Shape(); Log in to post comments
Fri, 07/20/2018 - 14:15
BRepOffsetAPI_ThruSections thrusecTool(Standard_False,Standard_True);
thrusecTool.AddWire(Wire1);
thrusecTool.AddWire(tWire2);
thrusecTool.CheckCompatibility(Standard_False);
TopoDS_Shape sh_AT = thrusecTool.Shape();