|
SAP 3D Visual Enterprise applications SDK
|
#include <DVLScene.h>
Public Attributes | |
| uint16_t | m_uSizeOfDVLPartsListInfo |
| The size of the sDVLPartsListInfo structure. Needs to be filled before calling IDVLScene::BuildPartsList() | |
| void * | pimpl |
| A pointer to the private data, do not touch it. | |
| uint32_t | m_uPartsCount |
| The number of parts in the list. | |
| sDVLPartsListItem * | m_pParts |
| Array of sDVLPartsListItem structures, defining the parts list. The length is defined in the m_uPartsCount member. May be NULL if the list is empty. | |
This structure is used for building a parts list by IDVLScene interface
NOTES