rectng#

Mapdl.rectng(x1='', x2='', y1='', y2='', **kwargs)[source]#

Create a rectangular area anywhere on the working plane.

APDL Command: RECTNG

The area will be defined with four keypoints and four lines. See the blc4 and blc5 commands for alternate ways to create rectangles.

Parameters:
x1, x2

Working plane X coordinates of the rectangle.

y1, y2

Working plane Y coordinates of the rectangle.