]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomData/GeomData_Dir.h
Salome HOME
Issue #18905: SIGSEGV when edit a sketch if a change sketch plane has been aborted...
[modules/shaper.git] / src / GeomData / GeomData_Dir.h
index 1cc7f2ff92a0887c99e691ec294f50ceefdeb38c..bb4b52abb8d55ee3b4fc393f5b774e39544e7517 100644 (file)
@@ -54,6 +54,9 @@ class GeomData_Dir : public GeomDataAPI_Dir
   /// Returns the coordinates of this attribute
   GEOMDATA_EXPORT virtual std::shared_ptr<GeomAPI_XYZ> xyz();
 
+  /// Returns \c ture if the direction is initialized
+  GEOMDATA_EXPORT virtual bool isInitialized();
+
  protected:
   /// Initializes attributes
   GEOMDATA_EXPORT GeomData_Dir(TDF_Label& theLabel);