OOF2: The Manual

Name

Boundaries (SkeletonBoundaryDisplay) — Display some or all of the boundaries of the Skeleton

Synopsis

SkeletonBoundaryDisplay(boundaries,color,linewidth,dotsize,arrowsize)

Details

  • Base class: DisplayMethod
  • Parameters:

    boundaries
    Boundaries to display. Type: A list of character strings.
    color
    Color for the displayed boundaries. Type: An object of the Color class.
    linewidth
    Line width for edge boundaries. Type: An integer in the range [0, 10].
    dotsize
    Dot radius for point boundaries. Type: An integer in the range [0, 10].
    arrowsize
    Arrow size for edge boundaries. Type: An integer in the range [0, 20].

Description

SkeletonBoundaryDisplay displays one or more Skeleton Boundaries.

The boundaries argument is a list containing the names of the boundaries to draw. The list may contain both edge and point boundaries. The linewidth and arrowsize arguments apply to edge boundaries, while the dotsize argument applies to point boundaries. All three arguments are in units of the screen pixel size.