A3DMiscPKMapperGetA3DEntitiesFromPKEntity

A3DStatus A3DMiscPKMapperGetA3DEntitiesFromPKEntity(const A3DMiscPKMapper *pMapper, int pPKEntity, int *piNbA3DEntities, A3DEntity ***ppA3DEntities)
A3DStatus A3DMiscPKMapperGetA3DEntitiesFromPKEntity(const A3DMiscPKMapper* pMapper, int pPKEntity, int piNbA3DEntities, A3DEntity*** ppA3DEntities)

Get HOOPS Exchange entities from Parasolid entity.

Parameters

pMapper: Topology entities mapper

pPKEntity: The Parasolid entity

piNbA3DEntities: Number of HOOPS Exchange entities in the following array

ppA3DEntities: Array of HOOPS Exchange entities. This array is internal to the:c:type:~A3DMiscPKMapperand shouldn’t 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