enum IfcReflectanceMethodEnum {
kIfcReflectanceMethodEnum_BLINN,
kIfcReflectanceMethodEnum_FLAT,
kIfcReflectanceMethodEnum_GLASS,
kIfcReflectanceMethodEnum_MATT,
kIfcReflectanceMethodEnum_METAL,
kIfcReflectanceMethodEnum_MIRROR,
kIfcReflectanceMethodEnum_PHONG,
kIfcReflectanceMethodEnum_PLASTIC,
kIfcReflectanceMethodEnum_STRAUSS,
kIfcReflectanceMethodEnum_NOTDEFINED,
kIfcReflectanceMethodEnum_unset
};