< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFBomElementInfoData Struct Reference

Structure that defines an element in a BOM. Each element can contain several instances. We can get the uuids for each instance. More...

Data Fields

A3DUTF8Charm_pcName
 
A3DInt32 m_iNumberOfInstances
 
A3DUTF8Char ** m_ppUUIDsForEachInstance
 
A3DInt32 m_iLevel
 

Detailed Description

Structure that defines an element in a BOM. Each element can contain several instances. We can get the uuids for each instance.

Version
8.1

Field Documentation

A3DUTF8Char* A3DPDFBomElementInfoData::m_pcName

Name of the current element.

A3DInt32 A3DPDFBomElementInfoData::m_iNumberOfInstances

Size of the following array.

A3DUTF8Char** A3DPDFBomElementInfoData::m_ppUUIDsForEachInstance

The instances for the current element.

A3DInt32 A3DPDFBomElementInfoData::m_iLevel

The level in the assembly.