aremesh#

Rezoning.aremesh(lcomb='', angle='', **kwargs)#

Generates an area in which to create a new mesh for rezoning.

Mechanical APDL Command: AREMESH

Parameters:
lcombint or str

Specifies how to combine adjacent line segments:

  • 0 - Line segments combined by connecting ends to ends. This value is the default.

  • -1 - No line segments combined.

anglestr

The maximum angle (in degrees) allowed for connecting two line segments together. The default value is 30. This value is valid only when LCOMB = 0.

Notes

Issue the aremesh command after issuing a remesh,START command and before issuing a remesh,FINISH command.

The aremesh command cannot account for an open area (or “hole”) inside a completely enclosed region. Instead, try meshing around an open area by selecting two adjoining regions; for more information, see.