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 A3DMiscPKMapper and should not be modified (changing it will compromise the A3DMiscPKMapper). The lifetime of this array is the same as the lifetime of the A3DMiscPKMapper.

Returns

A3D_SUCCESS on success, or an error code on failure