A3DCompareInputData

struct A3DCompareInputData

A3DCompareInputData structure that contains input data of A3DCompareFaces().

The two fields m_pOldRiBrepModelPlacements and m_pNewRiBrepModelPlacements must each point to an array of 4x4 matrices (column major). The size of the original array is respectively m_uiOldRiBrepModelsSize and m_uiNewRiBrepModelsSize, each array element represents the matrix as a 16 long A3DDouble array.

7.0

Variables

A3DDouble A3DCompareInputData.m_dTol

maximum distance between two matching faces.

A3DUns32 A3DCompareInputData.m_uiOldRiBrepModelsSize

The size of m_ppOldRiBrepModels and m_pOldRiBrepModelPlacements.

A3DRiBrepModel **A3DCompareInputData.m_ppOldRiBrepModels

Array of RiBrepModel of the old group.

A3DDouble **A3DCompareInputData.m_pOldRiBrepModelPlacements

Array of RiBrepModel placements of the old group.

A3DUns32 A3DCompareInputData.m_uiNewRiBrepModelsSize

The size of m_ppNewRiBrepModels and m_pNewRiBrepModelPlacements.

A3DRiBrepModel **A3DCompareInputData.m_ppNewRiBrepModels

Array of RiBrepModel of the new group.

A3DDouble **A3DCompareInputData.m_pNewRiBrepModelPlacements

Array of RiBrepModel placements of the new group.