Salome HOME
Merge branch 'V9_2_2_BR'
[modules/hexablock.git] / doc / tui_vector.rst
index 100df94f3444d440af86a9a46083de1e71c55f79..d8328b631b8bc64971ab26f159c8a858c3ea848a 100644 (file)
@@ -24,5 +24,15 @@ Get the number of vector in the document::
 Get a vector of the document::
 
      vector_i = doc.getVector(i)
+     
+Get the norm of a vector::
+
+       norm = vector_i.getNorm()
+       
+Get the angle on X::
+
+       angle = vector_i.getAngleX()
+       
+More operations: *Vector* inherits :ref:`Element <tuielement>`.
 
 GUI command: :ref:`guivector`