A3DRiRepresentationItemSupportGet

A3DStatus A3DRiRepresentationItemSupportGet(const A3DRiRepresentationItem *pRi, A3DUns32 *puiLinkedItemsSize, A3DMiscMarkupLinkedItem ***pppLinkedItems)
A3DStatus A3DRiRepresentationItemSupportGet(const A3DRiRepresentationItem* pRi, A3DUns32* puiLinkedItemsSize, A3DMiscMarkupLinkedItem*** pppLinkedItems)

Get the geometrical entities used to build the:c:type:~A3DRiRepresentationItemThis function allocates and returns an array of:c:type:~A3DMiscMarkupLinkedItem.

To free the allocated array, the function must be called again with pRi as NULL.

Parameters

pRi: The:c:type:~A3DRiRepresentationItemto query. If NULL, pppLinkedItems is freed instead of being allocated.

puiLinkedItemsSize: The number of entities used to build``pRi``. puiLinkedItemsSize must be different to NULL

pppLinkedItems: The array of entities used to build``pRi``. pppLinkedItems must be different to NULL

Returns

A3D_SUCCESSon success, or an error code on failure