From: eap Date: Mon, 20 Jan 2014 10:32:30 +0000 (+0000) Subject: 22316: EDF 2719 SMESH: Split hexas into prisms X-Git-Tag: V7_4_0a1~107 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=80d5c05fce0df92c5fd1a72dc6a328530d00a7bd;p=modules%2Fsmesh.git 22316: EDF 2719 SMESH: Split hexas into prisms + virtual SMDSAbs_GeometryType GetGeomType() const { return SMDSGeom_POLYGON; } --- diff --git a/src/SMDS/SMDS_PolygonalFaceOfNodes.hxx b/src/SMDS/SMDS_PolygonalFaceOfNodes.hxx index 65121adcd..142fdeb10 100644 --- a/src/SMDS/SMDS_PolygonalFaceOfNodes.hxx +++ b/src/SMDS/SMDS_PolygonalFaceOfNodes.hxx @@ -42,6 +42,7 @@ class SMDS_EXPORT SMDS_PolygonalFaceOfNodes:public SMDS_MeshFace virtual SMDSAbs_ElementType GetType() const; virtual SMDSAbs_EntityType GetEntityType() const { return SMDSEntity_Polygon; } + virtual SMDSAbs_GeometryType GetGeomType() const { return SMDSGeom_POLYGON; } virtual bool IsPoly() const { return true; }; bool ChangeNodes (std::vector nodes);