mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Set default bcnames in occ geometries
This commit is contained in:
parent
e0f290676f
commit
95721d0b33
@ -1179,6 +1179,8 @@ void STEP_GetEntityName(const TopoDS_Shape & theShape, STEPCAFControl_Reader * a
|
||||
{
|
||||
TopoDS_Face face = TopoDS::Face(exp0.Current());
|
||||
STEP_GetEntityName(face,&reader,name);
|
||||
if (name == string(""))
|
||||
snprintf(name, 50, "bc_%i", occgeo->fnames.Size());
|
||||
occgeo->fnames.Append(name);
|
||||
for (exp1.Init(face, TopAbs_EDGE); exp1.More(); exp1.Next())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user