Second step for implementing datum features

This commit is contained in:
jrheinlaender
2013-04-12 16:24:08 +04:30
committed by Stefan Tröger
parent 63f782d8f0
commit 3b81168e41
15 changed files with 1376 additions and 41 deletions

View File

@@ -74,5 +74,8 @@ bool ReferenceSelection::allow(App::Document* pDoc, App::DocumentObject* pObj, c
}
}
}
if (point && subName.size() > 6 && subName.substr(0,6) == "Vertex") {
return true;
}
return false;
}