OCCT
OCCT copied to clipboard
HLR incorrect hidden line
Description
In the attached model, HLR seems to be giving incorrect result. For Top view, following is the result which shows a hidden line at the left top corner which seems like should be a visible line.
Expected Behavior
Line should be visible and not hidden.
Actual Behavior
Line is hidden.
Sample Code or DRAW Tcl Script
I am using sample mfc application with attached model.
myAlgo = new HLRBRep_Algo(); NCollection_List<TopoDS_Shape>::Iterator anIterator(myListOfShape); for (;anIterator.More();anIterator.Next()) myAlgo->Add(anIterator.Value(),myNbIsos); myAlgo->Projector(myProjector); myAlgo->Update(); myAlgo->Hide();
Operating System
Windows
Compiler
MSVC
Bitness
64-bit
OCCT Version
7.9