OOF2: The Manual

Name

Perimeter (PerimeterDisplay) — Outline the perimeter of the Mesh

Synopsis

PerimeterDisplay(when, where, color, width)

Details

  • Base class: DisplayMethod
  • Parameters:

    when
    Time at which to plot Type: A floating point number, or the earliest or latest time.
    where
    Plot at displaced or original position? Type: An Output object whose value is a position in the xy plane.
    color
    Type: An object of the TranslucentColor class.
    width
    Line width. Type: A real number in the range [0, 10].

Description

PerimeterDisplay draws the outline of a Mesh, i.e, it draws edges which are contained in only one element. Like all Mesh display methods, it can be drawn at the Mesh edge's original positions, their actual displaced positions, or at enhanced positions.

The width is in units of the screen pixel size.

Compare with MicrostructurePerimeterDisplay, which displays the rectangular perimeter of a Microstructure, always at the undisplaced postions.

[Note] Note

This ought to take empty elements into account. It does not.