API Reference > OdDg Classes > OdDgMeshAuxiliaryData Structure
OdDgMeshAuxiliaryData Structure
Syntax
C++
struct OdDgMeshAuxiliaryData { enum DataTypes { kTypeNormal, kTypeParameter, kTypeDoubleColor, kTypeIntegerColor, kTypeTableColor, kTypeDensity, kTypePressure, kTypeTemperature, kTypeDisplacement, kTypeVelocity }; enum LinkTypes { kLinkToVertices, kLinkToFaces }; };

DgMesh.h

Common interface for auxiliary data (normals, colors, etc) that can be linked either to faces or to indices

In common, any data is identified by a pair of indices. It is done, for example, to identify a data linked to points of a quad grid. If a data is linked to some linear type (like point cloud), then the second index should be zero. 

Corresponding C++ library: TG_Db 

 

 
Name 
Description 
 
This is ~OdDgMeshAuxiliaryData, a member of class OdDgMeshAuxiliaryData. 
 
Name 
Description 
 
This is record OdDgMeshAuxiliaryData::DataTypes. 
 
This is record OdDgMeshAuxiliaryData::LinkTypes. 
 
Name 
Description 
 
This is getDataType, a member of class OdDgMeshAuxiliaryData. 
 
This is getLinkType, a member of class OdDgMeshAuxiliaryData. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.