I am successfully extracting vector data from SceneKit primitives, very much along the lines as in the question/answer here:
Extracting vertices from scenekit
This does not seem to work for all the geometries SceneKit generates though. I can extract the standard box, sphere etc, but special features like chamfer or more complex geometries (e.g. from SCNText) simply don't seem to be contained in the standard SceneKit geometry. Also: The normal SCNBox and SCNSphere only come in one geometry resolution and don't respect the parameters provided (e.g. different dimensions from 1.0).
Did anybody successfully extract the geometry from SCNText?
Thanks,
Felix