A3DRiRepresentationItemSupportGet
-
A3DStatus
A3DRiRepresentationItemSupportGet(const A3DRiRepresentationItem *pRi, A3DUns32 *puiLinkedItemsSize, A3DMiscMarkupLinkedItem ***pppLinkedItems) A3DStatusA3DRiRepresentationItemSupportGet(constA3DRiRepresentationItem* pRi,A3DUns32* puiLinkedItemsSize,A3DMiscMarkupLinkedItem* **pppLinkedItems)Get the geometrical entities used to build the
A3DRiRepresentationItemThis function allocates and returns an array ofA3DMiscMarkupLinkedItem.To free the allocated array, the function must be called again with pRi as NULL.
Parameters
pRi: The
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 NULLpppLinkedItems: The array of entities used to build
pRi. pppLinkedItems must be different to NULLReturns
A3D_SUCCESSon success, or an error code on failure