Open CASCADE Technology
7.3.0
|
Offers the API for STL data manipulation. More...
#include <StlAPI.hxx>
Public Member Functions | |
Standard_DEPRECATED ("This method is very inefficient; see RWStl class for better alternative") 1 static Standard_Boolean Read(TopoDS_Shape &theShape | |
Legacy interface. Read STL file and create a shape composed of triangular faces, one per facet. This approach is very inefficient, especially for large files. Consider reading STL file to Poly_Triangulation object instead (see class RWStl). More... | |
Static Public Member Functions | |
static Standard_Boolean | Write (const TopoDS_Shape &theShape, const Standard_CString theFile, const Standard_Boolean theAsciiMode=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). More... | |
Data Fields | |
const Standard_CString | aFile |
Offers the API for STL data manipulation.
StlAPI::Standard_DEPRECATED | ( | "This method is very inefficient; see RWStl class for better alternative" | ) | & |
Legacy interface. Read STL file and create a shape composed of triangular faces, one per facet. This approach is very inefficient, especially for large files. Consider reading STL file to Poly_Triangulation object instead (see class RWStl).
|
static |
Convert and write shape to STL format. File is written in binary if aAsciiMode is False otherwise it is written in Ascii (by default).
const Standard_CString StlAPI::aFile |