mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
OCC22578 StlMesh_Mesh migartion from private to protected data fields
This commit is contained in:
@@ -150,10 +150,10 @@ is
|
||||
|
||||
fields
|
||||
|
||||
nbTriangles : Integer;
|
||||
nbVertices : Integer;
|
||||
domains : SequenceOfMeshDomain;
|
||||
xyzmax : XYZ;
|
||||
xyzmin : XYZ;
|
||||
nbTriangles : Integer is protected;
|
||||
nbVertices : Integer is protected;
|
||||
domains : SequenceOfMeshDomain is protected;
|
||||
xyzmax : XYZ is protected;
|
||||
xyzmin : XYZ is protected;
|
||||
|
||||
end Mesh;
|
||||
|
Reference in New Issue
Block a user