OOF2: The Manual

Name

OOF.PixelSelection.Select_Material — Select pixels to which a given Material has been assigned.

Synopsis

OOF.PixelSelection.Select_Material(microstructure, material)

Details

  • Parent Menu: OOF.PixelSelection
  • Callback: function doSelectionMod in module ooflib.common.pixelselectionmod
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    material
    The name of a material, or Any, or None. Type: A character string.

Description

Select all pixels to which the given material has been assigned. If material is <None>, only pixels without an assigned Material will be selected. If material is <Any>, pixels with any assigned Material will be selected.

See Also