API Reference > Classes > PRC Files, Structures and Assemblies > OdPrcProductInformation Class > OdPrcProductInformation Methods > OdPrcProductInformation::productInformationFlags Method
OdPrcProductInformation::productInformationFlags Method
Syntax
C++
OdInt8 productInformationFlags() const;

Returns the current value of the product information flags.

Flag values can be one (or several) of the following list:

Value Occurrence Type 
Description 
0x00 Regular 
Regular product occurrence 
0x01 Default 
Default container, configuration view that can be loaded by default by the original CAD application 
0x02 Internal 
Product occurrence belongs to the same file structure and can be used as a template of another product occurrence 
0x04 Container 
A collection of child product occurrences 
0x08 Configuration 
A special arrangement of a product in which some components can differ or can be placed in different positions. But hierarchical integrity of the product occurrence is strictly respected 
0x10 View 
Product occurrence which refers to another product occurrence or its prototype as a view due to provide a special visibility parameters within the same hierarchy. 

 

Note that parentless product occurrences are similar to Configuration and lead to a different file structure (except cases when product occurrence is internal). If flag Regular or flag Container is switched on, other flag's values are ignored. Any combination of the flags is acceptable.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.