A3DCompareOutputData
-
struct
A3DCompareOutputData A3DCompareOutputDatastructure that contains result data of:c:func:~A3DCompareFacesor:c:func:~A3DCompareFacesInBrepModels.7.0
Variables
-
A3DUns32
A3DCompareOutputData.m_uiOldFaceSize -
The size of:c:member:m_pOldFace <A3DCompareOutputData.m_pOldFace>and:c:member:m_pOldFaceMatch <A3DCompareOutputData.m_pOldFaceMatch>.
-
A3DTopoFace **
A3DCompareOutputData.m_pOldFace -
Array of old faces.
-
A3DBool *
A3DCompareOutputData.m_pOldFaceMatch -
Array of old status: true means every point of this face matches a face of the other group.
-
A3DUns32
A3DCompareOutputData.m_uiNewFaceSize -
The size of:c:member:m_pNewFace <A3DCompareOutputData.m_pNewFace>and:c:member:m_pNewFaceMatch <A3DCompareOutputData.m_pNewFaceMatch>.
-
A3DTopoFace **
A3DCompareOutputData.m_pNewFace -
Array of new faces.
-
A3DBool *
A3DCompareOutputData.m_pNewFaceMatch -
Array of new status: true means every point of this face matches a face of the other group.
-
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.
-
A3DAsmModelFile *
A3DCompareOutputData.m_pResultAsmModeFile -
An:c:type:~A3DAsmModelFilethat contains the previous RiSet.
The user can directly export it to PRC for example