I am successfully extracting vector data from SceneKit primitives, very strongly line by line, as in the question / answer:
Extracting vertices from a script
This does not seem to work for all geometries created by SceneKit. I can extract a standard box, sphere, etc., but special functions, such as a chamfer or more complex geometries (for example, from SCNText), are simply not contained in the standard SceneKit geometry. Also: regular SCNBox and SCNSphere have only one geometry resolution and do not take into account the provided parameters (for example, different sizes from 1.0).
Has anyone successfully retrieved geometry from SCNText?
Thanks,
Felix
source share