mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Mantis issue 0021032: EDF GEOM: Faces built on circles are wrong.
This commit is contained in:
parent
f983afefe2
commit
326d304881
@ -1211,12 +1211,10 @@ void GEOMImpl_Block6Explorer::MakeFace (const TopoDS_Wire& theWire,
|
||||
for (; wexpl.More(); wexpl.Next()) {
|
||||
if (!p1set) {
|
||||
p1set = true;
|
||||
is3Pnts = true;
|
||||
p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
||||
p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
||||
}
|
||||
else if (!p2set) {
|
||||
p2set = true;
|
||||
is3Pnts = true;
|
||||
p2 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
||||
}
|
||||
else if (!p3set) {
|
||||
|
Loading…
Reference in New Issue
Block a user