small modification

This commit is contained in:
rnc 2012-03-05 16:05:34 +00:00
parent ca04383c5a
commit 316e7904bf

View File

@ -485,6 +485,7 @@ TopoDS_Shape GEOMImpl_PrismDriver::MakeDraftPrism ( const TopoDS_Shape& theInitS
anAngle*PI180, isProtrusion, Standard_True);
aPrism.Perform(aHeight);
aPrism.Check(); // Raises NotDone if done is false
aShape = aPrism.Shape();