mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 06:04:17 +05:00
0053082: Script "GEOM_usinggeom" failed
This commit is contained in:
parent
80b714c3bb
commit
1f2a7c5f51
@ -702,6 +702,9 @@ Standard_Integer STEPPlugin_ImportDriver::Execute( TFunction_Logbook& log ) cons
|
|||||||
// Use the shape
|
// Use the shape
|
||||||
aListResShapes.Append(aShape);
|
aListResShapes.Append(aShape);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// Use the shape itself
|
||||||
|
aListResShapes.Append(aShape);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user