Open CASCADE Technology  7.7.0
Data Fields

RWPly_ConfigurationNode::RWPly_InternalSection Struct Reference

#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...
 

Field Documentation

◆ FileCS

RWMesh_CoordinateSystem RWPly_ConfigurationNode::RWPly_InternalSection::FileCS = RWMesh_CoordinateSystem_Yup

File origin coordinate system to perform conversion during read.

◆ FileLengthUnit

double RWPly_ConfigurationNode::RWPly_InternalSection::FileLengthUnit = 1.

File length units to convert from while reading the file, defined as scale factor for m (meters)

◆ SystemCS

RWMesh_CoordinateSystem RWPly_ConfigurationNode::RWPly_InternalSection::SystemCS = RWMesh_CoordinateSystem_Zup

System origin coordinate system to perform conversion into during read.

◆ WriteAuthor

TCollection_AsciiString RWPly_ConfigurationNode::RWPly_InternalSection::WriteAuthor

Author of exported file name.

◆ WriteColors

bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteColors = true

Flag for write colors.

◆ WriteComment

TCollection_AsciiString RWPly_ConfigurationNode::RWPly_InternalSection::WriteComment

Export special comment.

◆ WriteFaceId

bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteFaceId = false

Flag for write face Id as element attribute. Cannot be combined with HasPartId.

◆ WriteNormals

bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteNormals = true

Flag for write normals.

◆ WritePartId

bool RWPly_ConfigurationNode::RWPly_InternalSection::WritePartId = true

Flag for write part Id as element attribute.

◆ WriteTexCoords

bool RWPly_ConfigurationNode::RWPly_InternalSection::WriteTexCoords = false

Flag for write UV / texture coordinates.


The documentation for this struct was generated from the following file: