mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0024913: BRepOffsetAPI_ThruSections::CreateSmoothed contains unused declaration of GeomFill_SectionGenerator
Unused local variable deleted
This commit is contained in:
parent
9efc0d1470
commit
fab29dc11a
@ -624,7 +624,6 @@ void BRepOffsetAPI_ThruSections::CreateSmoothed()
|
|||||||
TopLoc_Location loc;
|
TopLoc_Location loc;
|
||||||
TopoDS_Vertex v1f,v1l,v2f,v2l;
|
TopoDS_Vertex v1f,v1l,v2f,v2l;
|
||||||
|
|
||||||
GeomFill_SectionGenerator section;
|
|
||||||
Standard_Integer nbPnts = 21;
|
Standard_Integer nbPnts = 21;
|
||||||
TColgp_Array2OfPnt points(1, nbPnts, 1, nbSects);
|
TColgp_Array2OfPnt points(1, nbPnts, 1, nbSects);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user