|
| static Format | partFormat (FileNameLocal8Bit fileName) |
| |
| static Format | partFormatFromContents (const char *contentsBegin, std::size_t contentsBeginSize, std::size_t fullContentsSizeHint=0) |
| |
| static TopoDS_Shape | loadPartFile (FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| |
| static Handle_StlMesh_Mesh | loadStlFile (FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| |
| static TopoDS_Shape | loadBrepFile (FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Topologic shape read from a file (OCC's internal BREP format) More...
|
| |
| static TopoDS_Shape | loadIgesFile (FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Topologic shape read from a file (IGES format) More...
|
| |
| static TopoDS_Shape | loadStepFile (FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Topologic shape read from a file (STEP format) More...
|
| |
| static void | writeBrepFile (const TopoDS_Shape &shape, FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Write a topologic shape to a file (OCC's internal BREP format) More...
|
| |
| static void | writeIgesFile (const TopoDS_Shape &shape, FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Write a topologic shape to a file (IGES format) More...
|
| |
| static void | writeStepFile (const TopoDS_Shape &shape, FileNameLocal8Bit fileName, Handle_Message_ProgressIndicator indicator=NULL) |
| | Write a topologic shape to a file (STEP format) More...
|
| |
| static void | writeAsciiStlFile (const TopoDS_Shape &shape, FileNameLocal8Bit fileName) |
| | Write a topologic shape to a file (ASCII STL format) More...
|
| |
| static void | writeBinaryStlFile (const TopoDS_Shape &shape, FileNameLocal8Bit fileName) |
| | Write a topologic shape to a file (binary STL format) More...
|
| |