Open CASCADE Technology 7.8.0
|
Tool to keep shapes in binary format. More...
#include <BinTools.hxx>
Tool to keep shapes in binary format.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Reads a shape from <theFile> and returns it in <theShape>.
|
static |
Reads a shape from <theStream> and returns it in <theShape>.
|
inlinestatic |
Writes the shape to the file in binary format BinTools_FormatVersion_CURRENT.
theShape | [in] the shape to write |
theFile | [in] the path to file to output shape into |
theRange | the range of progress indicator to fill in |
|
static |
Writes the shape to the file in binary format of specified version.
theShape | [in] the shape to write |
theFile | [in] the path to file to output shape into |
theWithTriangles | [in] flag which specifies whether to save shape with (TRUE) or without (FALSE) triangles; has no effect on triangulation-only geometry |
theWithNormals | [in] flag which specifies whether to save triangulation with (TRUE) or without (FALSE) normals; has no effect on triangulation-only geometry |
theVersion | [in] the BinTools format version |
theRange | the range of progress indicator to fill in |
|
inlinestatic |
Writes the shape to the stream in binary format BinTools_FormatVersion_CURRENT. This alias writes shape with triangulation data.
theShape | [in] the shape to write |
theStream | [in][out] the stream to output shape into |
theRange | the range of progress indicator to fill in |
|
static |
Writes the shape to the stream in binary format of specified version.
theShape | [in] the shape to write |
theStream | [in][out] the stream to output shape into |
theWithTriangles | [in] flag which specifies whether to save shape with (TRUE) or without (FALSE) triangles; has no effect on triangulation-only geometry |
theWithNormals | [in] flag which specifies whether to save triangulation with (TRUE) or without (FALSE) normals; has no effect on triangulation-only geometry |
theVersion | [in] the BinTools format version |
theRange | the range of progress indicator to fill in |