I tried to access the material info of an unexploded sketchup model using C sdk, it doesn’t give any opacity values.
I exploded the model and then i could see opacity values and transparency.
I am using this api to get opacity values
SUMaterialGetOpacity(Material_m, &MaterialOpacity);