pravinmhatre25 Thu, 02/04/2010 - 09:31 Forums: Other usage issuesI'm creating a prism using the API BRepPrimAPI_MakePrism() which returns me the resulting shape of type TopoDS_Shape. Can any body suggest me the relevant APIs or sample codepiece to save it on disk ? T.R.Shashwath Thu, 02/04/2010 - 13:12 Hi, Take a look at BRepTools::Write. BRepTools::Write(myShape, "myFile.brep"); Log in to post comments
Thu, 02/04/2010 - 13:12
Hi,
Take a look at BRepTools::Write.
BRepTools::Write(myShape, "myFile.brep");