A3DCompareFacesInBrepModels
-
A3DStatus
A3DCompareFacesInBrepModels(A3DAsmModelFile *pFirstModelFile, A3DAsmModelFile *pSecondModelFile, A3DDouble dTolerance, A3DCompareOutputData *pOutput) A3DStatusA3DCompareFacesInBrepModels(A3DAsmModelFile* pFirstModelFile,A3DAsmModelFile* pSecondModelFile,A3DDoubledTolerance,A3DCompareOutputData* pOutput)Function to compare the faces of two
A3DAsmModelFile.Parameters
pFirstModelFile: a
A3DAsmModelFilecontaining the first group of A3DRiBrepModel.pSecondModelFile: a
A3DAsmModelFilecontaining the second group of A3DRiBrepModel.dTolerance: maximum distance between two matching faces, in model’s unit
pOutput: pointer to a
A3DCompareOutputDatathat contains returned data. It has to be freed by calling againA3DCompareFacesInBrepModels()with NULL as input A3DAsmModelFile pointers.Returns
A3D_SUCCESSon success, or an error code on failure