.. include:: sub.txt ================= block2D command ================= .. function:: block2D(numX, numY, startNode, startEle, eleType, *eleArgs, *crds) Create mesh of quadrilateral elements ======================== =========================================================================== ``numX`` |int| number of elements in local x directions of the block. ``numY`` |int| number of elements in local y directions of the block. ``startNode`` |int| node from which the mesh generation will start. ``startEle`` |int| element from which the mesh generation will start. ``eleType`` |str| element type (``'quad'``, ``'shell'``, ``'bbarQuad'``, ``'enhancedQuad'``, or ``'SSPquad'``) ``eleArgs`` |list| a list of element parameters. ``crds`` |list| coordinates of the block elements with the format: [1, x1, y1, , 2, x2, y2, , 3, x3, y3, , 4, x4, y4, , <5>, , , , <6>, , , , <7>, , , , <8>, , , , <9>, , , ] <> means optional ======================== ===========================================================================