< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DRWParamsExportXMLData Struct Reference

A structure that specifies parameters used to write the model file to XML format. More...

Data Fields

A3DUns16 m_usStructSize
 
bool m_bExportMetadata
 
bool m_bExportTransformations
 
bool m_bExportColorMaterial
 

Detailed Description

A structure that specifies parameters used to write the model file to XML format.

Version
7.0

Field Documentation

A3DUns16 A3DRWParamsExportXMLData::m_usStructSize

Reserved; must be initialized by A3D_INITIALIZE_DATA.

bool A3DRWParamsExportXMLData::m_bExportMetadata

Set to true to export metadata to XML.

bool A3DRWParamsExportXMLData::m_bExportTransformations

Set to true to export transformations to XML.

bool A3DRWParamsExportXMLData::m_bExportColorMaterial

Set to true to export material and color tables to XML.