]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
[GITHUB #2] problem in export dialog - difference in STEP vs BREP github/002_problem_in_export_dialog master 70/head
authormbs <martin.bernhard@opencascade.com>
Wed, 11 Sep 2024 17:29:33 +0000 (18:29 +0100)
committermbs <martin.bernhard@opencascade.com>
Wed, 11 Sep 2024 17:29:33 +0000 (18:29 +0100)
commit0b6957d1436d25b1e8baa5bf0e11eac3f875c586
treeba9b8e72147876fcf502776d73a75adb6c63d7d9
parent3cf90e4da27268791bffb76d325ee41dbd44205d
[GITHUB #2] problem in export dialog - difference in STEP vs BREP

When selecting a feature, the context is a Feature and not a Result.
Therefore, the result pointer is NULL and causes a SIGSEGV on Linux.
On Windows, the exception is caught in Model_Update::executeFeature().
src/GeomAlgoAPI/GeomAlgoAPI_STEPExport.cpp