Pls Can anyone suggest how to save OCTopoDS_Shape to iges file.
Thomas Paviot Fri, 10/16/2009 - 14:54
In OCC, the IGES file export is performed by the IGESControl_Writer class. The Add method takes a TopoDS_Shape, and the Write method write the IGES file.
Fri, 10/16/2009 - 14:54
In OCC, the IGES file export is performed by the IGESControl_Writer class. The Add method takes a TopoDS_Shape, and the Write method write the IGES file.