#include <DEBREP_ConfigurationNode.hxx>
Data Fields | |
| bool | WriteBinary = true |
| Defines the binary file format. | |
| BinTools_FormatVersion | WriteVersionBin = BinTools_FormatVersion_CURRENT |
| Defines the writer version for the binary format. | |
| TopTools_FormatVersion | WriteVersionAscii = TopTools_FormatVersion_CURRENT |
| Defines the writer version for the ASCII format. | |
| bool | WriteTriangles = true |
| Defines the flag for storing shape with(without) triangles. | |
| bool | WriteNormals = true |
| Defines the flag for storing shape with(without) normals. | |
| bool DEBREP_ConfigurationNode::DEBRep_InternalSection::WriteBinary = true |
Defines the binary file format.
| bool DEBREP_ConfigurationNode::DEBRep_InternalSection::WriteNormals = true |
Defines the flag for storing shape with(without) normals.
| bool DEBREP_ConfigurationNode::DEBRep_InternalSection::WriteTriangles = true |
Defines the flag for storing shape with(without) triangles.
| TopTools_FormatVersion DEBREP_ConfigurationNode::DEBRep_InternalSection::WriteVersionAscii = TopTools_FormatVersion_CURRENT |
Defines the writer version for the ASCII format.
| BinTools_FormatVersion DEBREP_ConfigurationNode::DEBRep_InternalSection::WriteVersionBin = BinTools_FormatVersion_CURRENT |
Defines the writer version for the binary format.