Submitted by fathmi on Mon, 11/11/2019 - 12:45
Forums:
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...
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...
re: point coordinates
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...
Thanks. That will do it...
Regards,
MFJ