Open CASCADE Technology
7.8.0.dev
|
#include <RWObj_ConfigurationNode.hxx>
Data Fields | |
double | FileLengthUnit = 1. |
File length units to convert from while reading the file, defined as scale factor for m (meters) More... | |
RWMesh_CoordinateSystem | SystemCS = RWMesh_CoordinateSystem_Zup |
System origin coordinate system to perform conversion into during read. More... | |
RWMesh_CoordinateSystem | FileCS = RWMesh_CoordinateSystem_Yup |
File origin coordinate system to perform conversion during read. More... | |
bool | ReadSinglePrecision = false |
Flag for reading vertex data with single or double floating point precision. More... | |
bool | ReadCreateShapes = false |
Flag for create a single triangulation. More... | |
TCollection_AsciiString | ReadRootPrefix |
Root folder for generating root labels names. More... | |
bool | ReadFillDoc = true |
Flag for fill document from shape sequence. More... | |
bool | ReadFillIncomplete = true |
Flag for fill the document with partially retrieved data even if reader has failed with error. More... | |
int | ReadMemoryLimitMiB = -1 |
Memory usage limit. More... | |
TCollection_AsciiString | WriteComment |
Export special comment. More... | |
TCollection_AsciiString | WriteAuthor |
Author of exported file name. More... | |
RWMesh_CoordinateSystem RWObj_ConfigurationNode::RWObj_InternalSection::FileCS = RWMesh_CoordinateSystem_Yup |
File origin coordinate system to perform conversion during read.
double RWObj_ConfigurationNode::RWObj_InternalSection::FileLengthUnit = 1. |
File length units to convert from while reading the file, defined as scale factor for m (meters)
bool RWObj_ConfigurationNode::RWObj_InternalSection::ReadCreateShapes = false |
Flag for create a single triangulation.
bool RWObj_ConfigurationNode::RWObj_InternalSection::ReadFillDoc = true |
Flag for fill document from shape sequence.
bool RWObj_ConfigurationNode::RWObj_InternalSection::ReadFillIncomplete = true |
Flag for fill the document with partially retrieved data even if reader has failed with error.
int RWObj_ConfigurationNode::RWObj_InternalSection::ReadMemoryLimitMiB = -1 |
Memory usage limit.
TCollection_AsciiString RWObj_ConfigurationNode::RWObj_InternalSection::ReadRootPrefix |
Root folder for generating root labels names.
bool RWObj_ConfigurationNode::RWObj_InternalSection::ReadSinglePrecision = false |
Flag for reading vertex data with single or double floating point precision.
RWMesh_CoordinateSystem RWObj_ConfigurationNode::RWObj_InternalSection::SystemCS = RWMesh_CoordinateSystem_Zup |
System origin coordinate system to perform conversion into during read.
TCollection_AsciiString RWObj_ConfigurationNode::RWObj_InternalSection::WriteAuthor |
Author of exported file name.
TCollection_AsciiString RWObj_ConfigurationNode::RWObj_InternalSection::WriteComment |
Export special comment.