mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
OCC22578 StlMesh_Mesh migartion from private to protected data fields
This commit is contained in:
parent
9c6afe1912
commit
3b5410151b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user