adding orientation fix to face union cylinder
*fixes corupted face with the y rod mount
This commit is contained in:
parent
483131e628
commit
5145acf1e4
|
@ -450,6 +450,9 @@ TopoDS_Face FaceTypedCylinder::buildFace(const FaceVectorType &faces) const
|
|||
continue;
|
||||
faceFixer.Add(wireMaker.Wire());
|
||||
}
|
||||
if (faceFixer.Perform() > ShapeExtend_DONE5)
|
||||
return TopoDS_Face();
|
||||
faceFixer.FixOrientation();
|
||||
if (faceFixer.Perform() > ShapeExtend_DONE5)
|
||||
return TopoDS_Face();
|
||||
return faceFixer.Face();
|
||||
|
|
Loading…
Reference in New Issue
Block a user