5 #######################################################################
6 # Draw command incmesh should support all parameters used in BRepMesh
7 #######################################################################
12 incmesh aCone 0.01 -a 10.
13 regexp {([0-9]+) +triangles.*[^0-9]([0-9]+) +nodes} [trinfo aCone] full NbTrian_1 NbNodes_1
16 incmesh aCone 0.01 -a 1.
18 checktrinfo aCone -tri !${NbTrian_1} -nod !${NbNodes_1}