X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomDataAPI%2FGeomDataAPI_Dir.h;h=4e61cd8f072ace18a6caa6561712e71bcf9f5339;hb=b6f308f901ef00da365c40bab25c5f03b547adf0;hp=85a3cc031d3a7a365f5bb6676b3b19399c17ef76;hpb=8babac25037f2666dcb422dd68a66dd2ed1383d8;p=modules%2Fshaper.git diff --git a/src/GeomDataAPI/GeomDataAPI_Dir.h b/src/GeomDataAPI/GeomDataAPI_Dir.h index 85a3cc031..4e61cd8f0 100644 --- a/src/GeomDataAPI/GeomDataAPI_Dir.h +++ b/src/GeomDataAPI/GeomDataAPI_Dir.h @@ -11,6 +11,7 @@ #include class GeomAPI_Dir; +class GeomAPI_XYZ; /**\class GeomDataAPI_Dir * \ingroup DataModel @@ -33,6 +34,8 @@ class GeomDataAPI_Dir : public ModelAPI_Attribute virtual double z() const = 0; /// Returns the direction of this attribute virtual std::shared_ptr dir() = 0; + /// Returns the coordinates of this attribute + virtual std::shared_ptr xyz() = 0; /// Returns the type of this class of attributes static std::string typeId()