
Sun, 04/15/2012 - 15:07
Forums:
Hey folks,
I created a box shape with OCCT 6.5.2 by:
TopoDS_Shape boxShape = BRepPrimAPI_MakeBox(10, 10, 10).Shape();
boxShape.Convex() returns Standard_False
Same result for BRepPrimAPI_MakeSphere. Am I doing something wrong?
Thanks,
Dennis
Mon, 04/16/2012 - 13:15
I recall a msg on this forum suggesting that the Convex method has not been implemented.
Confusing, I know!