Open CASCADE Technology 7.8.0
|
#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) | |
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 | WriteNormals = true |
Flag for write normals. | |
bool | WriteColors = true |
Flag for write colors. | |
bool | WriteTexCoords = false |
Flag for write UV / texture coordinates. | |
bool | WritePartId = true |
Flag for write part Id as element attribute. | |
bool | WriteFaceId = false |
Flag for write face Id as element attribute. Cannot be combined with HasPartId. | |
TCollection_AsciiString | WriteComment |
Export special comment. | |
TCollection_AsciiString | WriteAuthor |
Author of exported file name. | |
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.
TCollection_AsciiString RWPly_ConfigurationNode::RWPly_InternalSection::WriteComment |
Export special comment.
Flag for write face Id as element attribute. Cannot be combined with HasPartId.
Flag for write part Id as element attribute.
Flag for write UV / texture coordinates.