But since, it says there are no faces nor edges - I am not able to render it or create a Mesh ( since creating a mesh requires a face).
But when I check the Nested Component option i.e;
I get all the information about faces , edges, etc.
My question is how to parse this kind of model or how to get the information as given by checking the Nested component option. I have already referred to skp_to_xml sample in sketchup sdk -There is no information about the same in it ! ( I am using C++)
SketchUp has more entity types than just faces. That means if you are looking only for faces, but not for component instances, you won’t find faces inside component instances.
You either have to get the instances (and groups) in the current entities collection: