]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/SMESH_subMesh.hxx
Salome HOME
Implementation of new version ExtrusionAlongPath (20003 from Mantis).
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index ace3a346fbae381e6a850e08a9a1f57b0adacbc1..83de353db90568255afab26cbc2d3ca21f55c265 100644 (file)
@@ -223,6 +223,7 @@ public:
    *        none mesh entity is bound to it
    */
   void SetIsAlwaysComputed(bool isAlCo);
+  bool IsAlwaysComputed() { return _alwaysComputed; }
 
 
 protected: