OCCT icon indicating copy to clipboard operation
OCCT copied to clipboard

HLR incorrect hidden line

Open rajendrasing-pardeshi opened this issue 10 months ago • 0 comments

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.

Image

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

Additional Files

cutshapeForSplit.zip

rajendrasing-pardeshi avatar Mar 31 '25 08:03 rajendrasing-pardeshi