|
Open CASCADE Technology 6.5.2
|
Offers the API for STL data manipulation.
#include <StlAPI.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static void | Write (const TopoDS_Shape &aShape, const Standard_CString aFile, const Standard_Boolean aAsciiMode=Standard_True) |
| Convert and write shape to STL format. file is written in binary if aAsciiMode is False otherwise it is written in Ascii (by default) | |
| static void | Read (TopoDS_Shape &aShape, const Standard_CString aFile) |
| Create a shape from a STL format. | |
| void StlAPI::operator delete | ( | void * | anAddress | ) | [inline] |
| void* StlAPI::operator new | ( | size_t | size | ) | [inline] |
| void* StlAPI::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| static void StlAPI::Read | ( | TopoDS_Shape & | aShape, |
| const Standard_CString | aFile | ||
| ) | [static] |
| static void StlAPI::Write | ( | const TopoDS_Shape & | aShape, |
| const Standard_CString | aFile, | ||
| const Standard_Boolean | aAsciiMode = Standard_True |
||
| ) | [static] |
1.7.4