X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FDriverUNV%2FUNV2412_Structure.cxx;fp=src%2FDriverUNV%2FUNV2412_Structure.cxx;h=2be3319f3e4e8013a4472204654f9b07a33fdf7c;hp=0160d7b68ab3f112fc03d403f54a47a45915d112;hb=4ff5bd61540272713e48de1eee75625028c32155;hpb=50eb85fb3d790dcf6607bb1eb63a9fd68bcaadba diff --git a/src/DriverUNV/UNV2412_Structure.cxx b/src/DriverUNV/UNV2412_Structure.cxx index 0160d7b68..2be3319f3 100644 --- a/src/DriverUNV/UNV2412_Structure.cxx +++ b/src/DriverUNV/UNV2412_Structure.cxx @@ -142,8 +142,8 @@ void UNV2412::Write(std::ofstream& out_stream, const TDataSet& theDataSet) bool UNV2412::IsBeam(int theFeDescriptorId){ switch (theFeDescriptorId){ - case 11: - case 21: + case 11: // edge with 2 nodes + case 21: // edge with 3 nodes (quadratic) case 22: case 24: case 25: @@ -197,6 +197,8 @@ bool UNV2412::IsVolume(int theFeDescriptorId){ case 116: // Solid Quadratic Brick - HEX20 case 117: // Solid Cubic Brick + + case 114: // pyramid of 13 nodes (quadratic) return true; } return false;