mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
[occ] also prolongate names of solids and faces in extrude
This commit is contained in:
parent
49cdba1046
commit
e597ce996b
@ -912,7 +912,7 @@ DLL_HEADER void ExportNgOCCShapes(py::module &m)
|
|||||||
}
|
}
|
||||||
BRepPrimAPI_MakePrism builder(shape, h*edir, true);
|
BRepPrimAPI_MakePrism builder(shape, h*edir, true);
|
||||||
|
|
||||||
for (auto typ : { TopAbs_EDGE, TopAbs_VERTEX })
|
for (auto typ : { TopAbs_SOLID, TopAbs_FACE, TopAbs_EDGE, TopAbs_VERTEX })
|
||||||
for (TopExp_Explorer e(shape, typ); e.More(); e.Next())
|
for (TopExp_Explorer e(shape, typ); e.More(); e.Next())
|
||||||
{
|
{
|
||||||
auto prop = OCCGeometry::global_shape_properties[e.Current().TShape()];
|
auto prop = OCCGeometry::global_shape_properties[e.Current().TShape()];
|
||||||
|
Loading…
Reference in New Issue
Block a user