Porting to OCCT6.5.3

This commit is contained in:
jfa 2012-03-07 12:31:51 +00:00
parent 205001b2a0
commit c1bc8299f0

View File

@ -482,7 +482,7 @@ TopoDS_Shape GEOMImpl_PrismDriver::MakeDraftPrism ( const TopoDS_Shape& theInitS
}
BRepFeat_MakeDPrism aPrism(theInitShape, aFaceBase, TopoDS_Face(),
anAngle*PI180, isProtrusion, Standard_True);
anAngle*M_PI/180., isProtrusion, Standard_True);
aPrism.Perform(aHeight);
aPrism.Check(); // Raises NotDone if done is false