A3DPrcIdMapFindId

A3DStatus A3DPrcIdMapFindId(A3DPrcIdMap const *pEntityMap, A3DEntity const *searchedEntity, A3DEntity const *searchedEntityFather, A3DPrcId *a_prcIdOut)
A3DStatus A3DPrcIdMapFindId(A3DPrcIdMap* pEntityMap, A3DEntity* searchedEntity, A3DEntity* searchedEntityFather, A3DPrcId* a_prcIdOut)

Function to get the PrcId of a node from an:c:type:~A3DEntityand its father.

Because of internal processing, please notice that returned PrcId might slightly differ from Communicator ones

Parameters

pEntityMap: Pointer on the entity map generated by the function A3DPrcIdMapCreate

searchedEntity: Pointer to the:c:type:~A3DEntity.

searchedEntityFather: Pointer to the parent:c:type:~A3DEntityof searchedEntity.

a_prcIdOut: PrcId found for the:c:type:~A3DEntitygiven. This pointer is only available while the:c:type:~A3DPrcIdMapis alive.

Returns

A3D_SUCCESS in case of success or an error code