mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Porting to OCCT6.5.3
This commit is contained in:
parent
205001b2a0
commit
c1bc8299f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user