Test2592.py
Test2588.py
Test1467.py
- TestPartitionSubCompsolidWithCompsolid1.py
- TestPartitionSubCompsolidWithCompsolid2.py
- TestPartitionSubCompsolidWithCompsolid3.py
+ TestPartitionSubCompsolidWithCompSolid1.py
+ TestPartitionSubCompsolidWithCompSolid2.py
+ TestPartitionSubCompsolidWithCompSolid3.py
TestPartitionSubCompsolidWithSolid1.py
TestPartitionSubCompsolidWithSolid2.py
TestPartitionSubCompsolidWithSolid3.py
Selector_Selector aSelector(aSelLab, baseDocumentLab());
std::string aResult;
- if (aSelector.restore(aCont->shape()->impl<TopoDS_Shape>()))
+ if (aCont->shape().get() && aSelector.restore(aCont->shape()->impl<TopoDS_Shape>()))
aResult = aSelector.name(this);
if (aCenterType != NOT_CENTER) {
aResult += centersMap()[aCenterType];