The customer is looking for a way to find the field names of the assembly occurrence properties in Solid Edge.
They want to create a macro for an automated Excel sheet to check the visibility and location of parts.
SolutionThe field names of the occurrence properties in Solid Edge are not stored in readily accessible or exposed properties like custom file properties or the CustomOccurrenceProperty.xml.
Instead, these values are programmatically stored within the physical file content and can only be accessed using the API programming language.
The API documentation provides detailed information about the Occurrence Object Members properties. You can access the API documentation at the following link: