Constant Sizing Function

Syntax:

Surface <id> Sizing Function [Type] Constant

Volume <id> Sizing Function [Type] Constant

Synopsis:

The Constant sizing function specifies that a constant element size be used over the interior of the surface or volume. The value used as the constant size is the interval size that has been set for the entity. For example, the following commands will cause the mesh size to be smaller on the interior than on the surface's bounding curves.

reset
brick x 10
surface 1 scheme pave
curve in surface 1 interval 5
surface 1 size 0.5
surface 1 sizing function constant
mesh surface 1

Figure 1. Constant Sizing Function