Open CASCADE Technology 7.8.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)
 
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.
 

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: