Part: added floating point fallback in PropertyLinks::_updateElementReference
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
This commit is contained in:
committed by
Kacper Donat
parent
d48073fbbf
commit
dbd2bade1e
@@ -1578,9 +1578,11 @@ const std::vector<std::string>& Feature::searchElementCache(
|
||||
break;
|
||||
}
|
||||
}
|
||||
it->second.searched = true;
|
||||
propShape->getShape()
|
||||
.findSubShapesWithSharedVertex(it->second.shape, &it->second.names, options, tol, atol);
|
||||
if (!it->second.names.empty()) {
|
||||
it->second.searched = true;
|
||||
}
|
||||
if (prefix) {
|
||||
for (auto& name : it->second.names) {
|
||||
if (auto dot = strrchr(name.c_str(), '.')) {
|
||||
|
||||
Reference in New Issue
Block a user