mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-15 21:21:21 +05:00
0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27 + SMDSGeom_HEXAGONAL_PRISM, + SMDSEntity_BiQuad_Quadrangle, + SMDSEntity_TriQuad_Hexa, + SMDSEntity_Hexagonal_Prism,
This commit is contained in:
parent
352e0ac1ff
commit
e059eb1584
@ -57,6 +57,7 @@ enum SMDSAbs_GeometryType
|
|||||||
SMDSGeom_PYRAMID,
|
SMDSGeom_PYRAMID,
|
||||||
SMDSGeom_HEXA,
|
SMDSGeom_HEXA,
|
||||||
SMDSGeom_PENTA,
|
SMDSGeom_PENTA,
|
||||||
|
SMDSGeom_HEXAGONAL_PRISM,
|
||||||
SMDSGeom_POLYHEDRA,
|
SMDSGeom_POLYHEDRA,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -80,6 +81,7 @@ enum SMDSAbs_EntityType {
|
|||||||
SMDSEntity_Quad_Triangle,
|
SMDSEntity_Quad_Triangle,
|
||||||
SMDSEntity_Quadrangle,
|
SMDSEntity_Quadrangle,
|
||||||
SMDSEntity_Quad_Quadrangle,
|
SMDSEntity_Quad_Quadrangle,
|
||||||
|
SMDSEntity_BiQuad_Quadrangle,
|
||||||
SMDSEntity_Polygon,
|
SMDSEntity_Polygon,
|
||||||
SMDSEntity_Quad_Polygon,
|
SMDSEntity_Quad_Polygon,
|
||||||
SMDSEntity_Tetra,
|
SMDSEntity_Tetra,
|
||||||
@ -88,8 +90,10 @@ enum SMDSAbs_EntityType {
|
|||||||
SMDSEntity_Quad_Pyramid,
|
SMDSEntity_Quad_Pyramid,
|
||||||
SMDSEntity_Hexa,
|
SMDSEntity_Hexa,
|
||||||
SMDSEntity_Quad_Hexa,
|
SMDSEntity_Quad_Hexa,
|
||||||
|
SMDSEntity_TriQuad_Hexa,
|
||||||
SMDSEntity_Penta,
|
SMDSEntity_Penta,
|
||||||
SMDSEntity_Quad_Penta,
|
SMDSEntity_Quad_Penta,
|
||||||
|
SMDSEntity_Hexagonal_Prism,
|
||||||
SMDSEntity_Polyhedra,
|
SMDSEntity_Polyhedra,
|
||||||
SMDSEntity_Quad_Polyhedra,
|
SMDSEntity_Quad_Polyhedra,
|
||||||
SMDSEntity_Last
|
SMDSEntity_Last
|
||||||
|
Loading…
x
Reference in New Issue
Block a user