Returns the coordinates of a point.
Result: Point coordinates (X, Y, Z) in 3D space in the form of Python Tuple. TUI Command: geompy.PointCoordinates(Point), where Point is a point whose coordinates are inquired.
See also a TUI example.