occ_face ProjectPointGI should set gi

This commit is contained in:
Christopher Lackner 2022-12-13 16:09:28 +01:00
parent fef7cca030
commit 7abda1151c

View File

@ -205,6 +205,7 @@ namespace netgen
if (count == 50) return false; if (count == 50) return false;
p_ = occ2ng(x); p_ = occ2ng(x);
gi.u = u; gi.v = v;
return true; return true;
} }