mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51: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
|
fields
|
||||||
|
|
||||||
nbTriangles : Integer;
|
nbTriangles : Integer is protected;
|
||||||
nbVertices : Integer;
|
nbVertices : Integer is protected;
|
||||||
domains : SequenceOfMeshDomain;
|
domains : SequenceOfMeshDomain is protected;
|
||||||
xyzmax : XYZ;
|
xyzmax : XYZ is protected;
|
||||||
xyzmin : XYZ;
|
xyzmin : XYZ is protected;
|
||||||
|
|
||||||
end Mesh;
|
end Mesh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user