X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Selection.h;h=d81ef7edaee93256265560b29a70aafb891a7505;hb=220bd2b37119be1c65abf88a88792445cb9d99f8;hp=5e4b672bc7b09a5419251749045322611eb28f6e;hpb=4df8e41bd2fdbee3bb669a84abf7b080c386a76f;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Selection.h b/src/XGUI/XGUI_Selection.h index 5e4b672bc..d81ef7eda 100644 --- a/src/XGUI/XGUI_Selection.h +++ b/src/XGUI/XGUI_Selection.h @@ -106,6 +106,11 @@ protected: /// \param thePresentations an output list of presentation void getSelectedInBrowser(QList& thePresentations) const; + /// Generates a vertex or edge by the give IO if it is an AIS created on trihedron + /// \param theIO a selected object + /// \return created shape or empty shape + TopoDS_Shape findAxisShape(Handle(AIS_InteractiveObject) theIO) const; + private: XGUI_Workshop* myWorkshop; };