+ respect Selectable property in SoFCUnifiedSelection node
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5136 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
@@ -68,6 +68,8 @@ public:
|
||||
void updateData(const App::Property*);
|
||||
|
||||
SoFCSelection* getHighlightNode() const { return pcHighlight; }
|
||||
bool isSelectable(void) const {return Selectable.getValue();}
|
||||
|
||||
/**
|
||||
* Returns a list of picked points from the geometry under \a pcHighlight.
|
||||
* If \a pickAll is false (the default) only the intersection point closest to the camera will be picked, otherwise
|
||||
|
||||
Reference in New Issue
Block a user