< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DTopoUniqueVertexData Struct Reference

Structure for a vertex defined with a single position. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DDouble m_dTolerance
 
A3DVector3dData m_sPoint
 

Detailed Description

Structure for a vertex defined with a single position.

Version
2.0
Note
See note in Topology Module.

Field Documentation

A3DUns16 A3DTopoUniqueVertexData::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DDouble A3DTopoUniqueVertexData::m_dTolerance

Associated tolerance. See related note.

A3DVector3dData A3DTopoUniqueVertexData::m_sPoint

3D point.