mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025169: STEP Reader - allow opened shells to be an outer for ManifoldSolidBrep
Allow opened shells to be an outer for ManifoldSolidBrep
This commit is contained in:
@@ -2184,7 +2184,7 @@ void STEPCAFControl_Reader::ExpandManifoldSolidBrep(TDF_Label& ShapeLab,
|
||||
{
|
||||
// Access outer shell
|
||||
Handle(StepShape_ManifoldSolidBrep) aMSB = Handle(StepShape_ManifoldSolidBrep)::DownCast(Repr);
|
||||
Handle(StepShape_ClosedShell) aShell = aMSB->Outer();
|
||||
Handle(StepShape_ConnectedFaceSet) aShell = aMSB->Outer();
|
||||
|
||||
// Expand shell contents to CAF tree
|
||||
ExpandShell(aShell, ShapeLab, TP, ShapeTool);
|
||||
|
Reference in New Issue
Block a user