debutant Fri, 11/10/2006 - 00:46 Forums: Other usage issuesI have one surface and i want to take a thickness of 4 mm. So someone cant tell me how to do that. Thanks a lot for reading this message. Rob Bachrach Fri, 11/10/2006 - 14:41 First, turn your surface into a TopoDS_Face. Then, you should be able to use BRepPrimAPI_MakePrism to extrude your face along a 4mm line. Log in to post comments debutant Mon, 11/13/2006 - 14:30 Thank you so much. I will try it. Log in to post comments
Fri, 11/10/2006 - 14:41
First, turn your surface into a TopoDS_Face. Then, you should be able to use BRepPrimAPI_MakePrism to extrude your face along a 4mm line.
Mon, 11/13/2006 - 14:30
Thank you so much. I will try it.