mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023709: Redesign of hlrtest command: vhlr and vhlrtype commands were added; hlr type changing was added to AIS_Shape, AIS_Drawer and Prs3d_Drawer
QuickHLR and ExactHLR items removed from AIS_DisplayMode enumeration as unused. Minor coding style and CDL documentation corrections applied. Compiler error in AIS_Shape::SetTypeOfHLR() corrected Corrections in HLR algorithm. Compiler error in AIS_Shape::TypeOfHLR() corrected Added test cases bugs vis bug23709_1/bug23709_2/bug23709_3/bug23709_4
This commit is contained in:
@@ -820,7 +820,7 @@ void HLRBRep_Data::Update (const HLRAlgo_Projector& P)
|
||||
fd->Side(FS.IsSide(tol,myToler*10));
|
||||
Standard_Boolean inverted = Standard_False;
|
||||
if (fd->WithOutL() && !fd->Side()) {
|
||||
inverted = OrientOutLine(face,*fd);
|
||||
//inverted = OrientOutLine(face,*fd);
|
||||
OrientOthEdge(face,*fd);
|
||||
}
|
||||
if (fd->Side()) {
|
||||
|
Reference in New Issue
Block a user