NXopen.Point to Get Point3d as double

What is the best way to get Get Point3d as double from a Nxopen point? In my case the point was created from a centerpoint of a circular edge. Thanks for any help...

The Point3d is a structure that has .X, .Y, and .Z fields that hold double values representing the X, Y, Z coordinates of the point. If you have a reference to a Point object, its .Coordinates property will return a Point3d structure.

Thanks. That will do it...

Regards,
MFJ