Open CASCADE Technology 7.8.0
|
#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) | |
RWMesh_CoordinateSystem | SystemCS = RWMesh_CoordinateSystem_Zup |
System origin coordinate system to perform conversion into during read. | |
RWMesh_CoordinateSystem | FileCS = RWMesh_CoordinateSystem_Yup |
File origin coordinate system to perform conversion during read. | |
bool | ReadSinglePrecision = false |
Flag for reading vertex data with single or double floating point precision. | |
bool | ReadCreateShapes = false |
Flag for create a single triangulation. | |
TCollection_AsciiString | ReadRootPrefix |
Root folder for generating root labels names. | |
bool | ReadFillDoc = true |
Flag for fill document from shape sequence. | |
bool | ReadFillIncomplete = true |
Flag for fill the document with partially retrieved data even if reader has failed with error. | |
int | ReadMemoryLimitMiB = -1 |
Memory usage limit. | |
TCollection_AsciiString | WriteComment |
Export special comment. | |
TCollection_AsciiString | WriteAuthor |
Author of exported file name. | |
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)
Flag for create a single triangulation.
Flag for fill document from shape sequence.
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.
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.