I have a CityEngine model and I want to have the coordination of each of the generated trees in the median of a street. I could get the vertices of all streets (segments) in my model, as they are recognized as individual elements. (ce.getVertices(selectedStreet))
But trees are appended to blocks and cannot be selected as single objects.
Is there any way I can obtain the coordinates of the trees by any script or so?
Thank you all for your time