OOF2: The Manual

Name

Pixels (PixelSampleSet) — Evaluate data at the centers of pixels.

Synopsis

PixelSampleSet(show_pixel, show_x, show_y)

Details

  • Base class: SampleSet
  • Parameters:

    show_pixel
    Include or exclude this data from the output. Type: Boolean: True or False.
    show_x
    Include or exclude this data from the output. Type: Boolean: True or False.
    show_y
    Include or exclude this data from the output. Type: Boolean: True or False.

Description

SampleSet objects are part of the post-solution analysis framework, in which useful data is extracted from the Mesh. The SampleSet determines how data is extracted from the sampling Domain. When sampling is set to PixelSampleSet, data is extracted from the center of each pixel within the Domain.

The PixelSampleSet belongs to the pixel SampleSet category.

See Also