A3DMiscPKMapperGetPKEntitiesFromA3DEntity

A3DStatus A3DMiscPKMapperGetPKEntitiesFromA3DEntity(const A3DMiscPKMapper *pMapper, const A3DEntity *pA3DEntity, int *piNbPKEntities, int **ppPKEntities)
A3DStatus A3DMiscPKMapperGetPKEntitiesFromA3DEntity(const A3DMiscPKMapper* pMapper, const A3DEntity* pA3DEntity, int piNbPKEntities, int ppPKEntities)

Get Parasolid entities from HOOPS Exchange entity.

Parameters

pMapper: Topology entities mapper

pA3DEntity: The HOOPS Exchange entity

piNbPKEntities: Number of Parasolid entities in the following array

ppPKEntities: Array of Parasolid entities. This array is internal to the:c:type:~A3DMiscPKMapperand should not be modified (changing it will compromise the:c:type:~A3DMiscPKMapper). The lifetime of this array is the same as the lifetime of the:c:type:~A3DMiscPKMapper.

Returns

A3D_SUCCESSon success, or an error code on failure