Open CASCADE Technology
7.8.0.dev
|
#include <RWPly_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 | WriteNormals = true |
Flag for write normals. More... | |
bool | WriteColors = true |
Flag for write colors. More... | |
bool | WriteTexCoords = false |
Flag for write UV / texture coordinates. More... | |
bool | WritePartId = true |
Flag for write part Id as element attribute. More... | |
bool | WriteFaceId = false |
Flag for write face Id as element attribute. Cannot be combined with HasPartId. More... | |
TCollection_AsciiString | WriteComment |
Export special comment. More... | |
TCollection_AsciiString | WriteAuthor |
Author of exported file name. More... | |
RWMesh_CoordinateSystem RWPly_ConfigurationNode::RWPly_InternalSection::FileCS = RWMesh_CoordinateSystem_Yup |
File origin coordinate system to perform conversion during read.
double RWPly_ConfigurationNode::RWPly_InternalSection::FileLengthUnit = 1. |
File length units to convert from while reading the file, defined as scale factor for m (meters)
RWMesh_CoordinateSystem RWPly_ConfigurationNode::RWPly_InternalSection::SystemCS = RWMesh_CoordinateSystem_Zup |
System origin coordinate system to perform conversion into during read.
TCollection_AsciiString RWPly_ConfigurationNode::RWPly_InternalSection::WriteAuthor |
Author of exported file name.
bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteColors = true |
Flag for write colors.
TCollection_AsciiString RWPly_ConfigurationNode::RWPly_InternalSection::WriteComment |
Export special comment.
bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteFaceId = false |
Flag for write face Id as element attribute. Cannot be combined with HasPartId.
bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteNormals = true |
Flag for write normals.
bool RWPly_ConfigurationNode::RWPly_InternalSection::WritePartId = true |
Flag for write part Id as element attribute.
bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteTexCoords = false |
Flag for write UV / texture coordinates.