mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-03 21:30: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()) {
|
for (; wexpl.More(); wexpl.Next()) {
|
||||||
if (!p1set) {
|
if (!p1set) {
|
||||||
p1set = true;
|
p1set = true;
|
||||||
is3Pnts = true;
|
p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
||||||
p1 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
|
||||||
}
|
}
|
||||||
else if (!p2set) {
|
else if (!p2set) {
|
||||||
p2set = true;
|
p2set = true;
|
||||||
is3Pnts = true;
|
|
||||||
p2 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
p2 = BRep_Tool::Pnt(wexpl.CurrentVertex());
|
||||||
}
|
}
|
||||||
else if (!p3set) {
|
else if (!p3set) {
|
||||||
|
Loading…
Reference in New Issue
Block a user