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 A3DRiRepresentationItem This function allocates and returns an array of A3DMiscMarkupLinkedItem.

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

Parameters

pRi: The A3DRiRepresentationItem to 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_SUCCESS on success, or an error code on failure