mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0015697: External Contribution on OCC DE Improvement
This commit is contained in:
@@ -48,7 +48,10 @@ StepToTopoDS_TranslateShell::StepToTopoDS_TranslateShell
|
||||
void StepToTopoDS_TranslateShell::Init
|
||||
(const Handle(StepShape_ConnectedFaceSet)& CFS, StepToTopoDS_Tool& aTool, StepToTopoDS_NMTool& NMTool)
|
||||
{
|
||||
|
||||
//bug15697
|
||||
if(CFS.IsNull())
|
||||
return;
|
||||
|
||||
if (!aTool.IsBound(CFS)) {
|
||||
|
||||
BRep_Builder B;
|
||||
@@ -120,3 +123,4 @@ StepToTopoDS_TranslateShellError StepToTopoDS_TranslateShell::Error() const
|
||||
{
|
||||
return myError;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user