Salome HOME
0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface"
[modules/geom.git] / doc / salome / gui / GEOM / input / point_coordinates.doc
1 /*!
2
3 \page point_coordinates_page Point Coordinates
4
5 Returns the coordinates of a point.
6
7 <b>Result:</b> Point coordinates (X, Y, Z) in 3D space in the form of Python Tuple.
8 \n<b>TUI Command:</b> <em>geompy.PointCoordinates(Point),</em>
9 where \em Point is a point whose coordinates are inquired.
10
11 See also a \ref tui_point_coordinates_page "TUI example".
12
13 \image html measures1.png
14
15 */