A3DCompareOutputData structure that contains result data of A3DCompareFaces or A3DCompareFacesInBrepModels. More...
Detailed Description
A3DCompareOutputData structure that contains result data of A3DCompareFaces or A3DCompareFacesInBrepModels.
- Version
- 7.0
Field Documentation
◆ m_uiOldFaceSize
A3DUns32 A3DCompareOutputData::m_uiOldFaceSize |
The size of m_pOldFace and m_pOldFaceMatch.
◆ m_pOldFace
A3DTopoFace** A3DCompareOutputData::m_pOldFace |
Array of old faces.
◆ m_pOldFaceMatch
A3DBool* A3DCompareOutputData::m_pOldFaceMatch |
Array of old status: true means every point of this face matches a face of the other group.
◆ m_uiNewFaceSize
A3DUns32 A3DCompareOutputData::m_uiNewFaceSize |
The size of m_pNewFace and m_pNewFaceMatch.
◆ m_pNewFace
A3DTopoFace** A3DCompareOutputData::m_pNewFace |
Array of new faces.
◆ m_pNewFaceMatch
A3DBool* A3DCompareOutputData::m_pNewFaceMatch |
Array of new status: true means every point of this face matches a face of the other group.
◆ m_pResultRiSet
A3DRiSet* A3DCompareOutputData::m_pResultRiSet |
RiSet containing the resulting data: faces with different colors according to their status and also faceted data that represents subparts of the original faces to better understand what's different between the two groups.
◆ m_pResultAsmModeFile
A3DAsmModelFile* A3DCompareOutputData::m_pResultAsmModeFile |
An A3DAsmModelFile that contains the previous RiSet. The user can directly export it to PRC for example