############### CoordinatePoint ############### :Semantic name: https://openminds.ebrains.eu/sands/CoordinatePoint :Display as: Coordinate point ------------ ------------ Properties ########## :Required: `coordinateSpace `_, `coordinates `_ :Optional: ------------ .. _coordinateSpace_heading: *************** coordinateSpace *************** Two or three dimensional geometric setting. .. admonition:: schema_specifications :semantic name: https://openminds.ebrains.eu/vocab/coordinateSpace :value type: | linked object of type | `CoordinateSpace `_ :instructions: Add the coordinate space in which this coordinate point exists in. `BACK TO TOP `_ ------------ .. _coordinates_heading: *********** coordinates *********** Pair or triplet of numbers defining a location in a given coordinate space. .. admonition:: schema_specifications :semantic name: https://openminds.ebrains.eu/vocab/coordinates :value type: | embedded object array \(2-3\) of type | `QuantitativeValue `_ :instructions: Add two or three coordinates (2D: [x, y] or 3D: [x, y, z]) that define the exact location of this point in the stated space. `BACK TO TOP `_ ------------