Toponaming: Update tests, implement missing subtractive operation tests,
fix helix and revolution
This commit is contained in:
@@ -374,7 +374,9 @@ void Revolution::generateRevolution(TopoDS_Shape& revol,
|
||||
}
|
||||
|
||||
#ifdef FC_USE_TNP_FIX
|
||||
revol = TopoShape(from).makeElementRevolve(revolAx,angleTotal);
|
||||
revol = TopoShape(from);
|
||||
// revol.Tag = getID();
|
||||
revol = revol.makeElementRevolve(revolAx,angleTotal);
|
||||
revol.Tag = -getID();
|
||||
#else
|
||||
// revolve the face to a solid
|
||||
|
||||
Reference in New Issue
Block a user