OOF2: The Manual
Name
Element Edges (MeshEdgeDisplay) — Draw the edges of Mesh Elements.
Synopsis
MeshEdgeDisplay(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
Outputobject whose value is a position in the xy plane. color- Color of the displayed edges. Type: An object of the
Colorclass. width- Line thickness, in pixels. Type: An integer in the range [0, 10].
Description
The MeshEdgeDisplay draws the edges of the
elements of a Mesh. It differs from the SkeletonEdgeDisplay
in that Mesh edges may be drawn at their original, undisplaced
positions, at their actual displaced positions
(computed from the Displacement field), or at
enhanced positions
(using a scaled Displacement field).
The width of the line is in units of the screen
pixel size. A width of 0
draws the smallest line possible.



