EarthAnchorPoint with Grasshopper

Hello
I set EarthAnchorPoint in Rhino than i change it with Grasshopper, but the new point is far from the origin (the new EarthAnchorPoint)
And i try to apply the result transform to the point with script but don’t work

Where is the problem?

EarthAnchorPoint.gh (10.2 KB)

Hello. Like this?
transform

The return of the Transform method is void.
https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_Point3d_Transform.htm

1 Like

Thank you , yes that’s it.
I always made the same mistake with this kind of cases
And still need to know why the transformation is wrong