mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0027870: Modeling - refactoring of HLR algorithms
Toolkit 'TKHLR' was fully refactored for 'Standard_Address' and macros except about half of package 'HLRBREP' there 'Standard_Address' is used through the 'generic' mechanism.
This commit is contained in:
@@ -95,7 +95,7 @@ void StdPrs_HLRPolyShape::Add(const Handle (Prs3d_Presentation)& aPresentation,
|
||||
|
||||
for (hider->InitHide(); hider->MoreHide(); hider->NextHide())
|
||||
{
|
||||
hider->Hide(Coordinates, status, S, reg1, regn, outl, intl);
|
||||
Coordinates = &hider->Hide(status, S, reg1, regn, outl, intl);
|
||||
|
||||
dx = PntX2 - PntX1;
|
||||
dy = PntY2 - PntY1;
|
||||
|
Reference in New Issue
Block a user