1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023601: Member fields of BRepTools_ReShape made protected

This commit is contained in:
Roman Lygin 2012-11-29 00:18:39 +04:00
parent 576ab3945d
commit 337a0f4e30

View File

@ -125,8 +125,8 @@ is
fields
myNMap: DataMapOfShapeShape from TopTools; -- normal case
myRMap: DataMapOfShapeShape from TopTools; -- REVERSED
myNMap: DataMapOfShapeShape from TopTools is protected; -- normal case
myRMap: DataMapOfShapeShape from TopTools is protected; -- REVERSED
myStatus: Integer is protected; -- error status
myConsiderLocation : Boolean;
myConsiderOrientation : Boolean;