]> SALOME platform Git repositories - modules/hexablock.git/blobdiff - doc/tui_quadrangle.rst
Salome HOME
updated copyright message
[modules/hexablock.git] / doc / tui_quadrangle.rst
index bf802ebdfd8a1cb3e58ec541d95ab44c384a879f..d70d881b6de226270f7f291362da1e0a57e629e1 100644 (file)
@@ -23,6 +23,11 @@ Get the number of all quadrangles of the document::
 Get the number of used quadrangles in the model of blocks::
 
     sum_u = doc.countUsedQuad()
+    
+Get the quads used by the model of blocks
+
+.. literalinclude:: test_doc/quad/quad.py
+
 
 Get a quadrangle of the document::
 
@@ -40,4 +45,6 @@ Find a quadrangle in the document::
  
     quad_f = doc.findQuad(vertex_1, vertex_2)
 
+More operations: *Quad* inherits :ref:`Element <tuielement>`.
+
 GUI command: :ref:`guiquadrangles`