Getting object type

In the image below you see the code and the output.
Question is how can I get Point3d as object type instead of what is now File3dmObject?

image

Use the File3dmObject.Geometry property.

https://mcneel.github.io/rhino3dm/python/api/File3dmObject.html

– Dale