mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-23 13:55:37 +05:00
Providing portability with CAS-6.2.1sp1
This commit is contained in:
parent
8bc0ec2d0d
commit
6330e1a400
@ -52,9 +52,9 @@ protected:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
bool myConcaveQuad;
|
bool myConcaveQuad;
|
||||||
vector<bool> myConcaveSide;
|
std::vector<bool> myConcaveSide;
|
||||||
vector<gp_Pnt> myPoints;
|
std::vector<gp_Pnt> myPoints;
|
||||||
vector<GeomAdaptor_Surface> myPlanes;
|
std::vector<GeomAdaptor_Surface> myPlanes;
|
||||||
gp_Vec myQuadNormal;
|
gp_Vec myQuadNormal;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user