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 Color class.
    width
    Line width. Type: An integer 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.