OOF2: The Manual

Name

OOF.Material.Remove — Remove Material assignments from pixels in a Microstructure.

Synopsis

OOF.Material.Remove(microstructure, pixels)

Details

  • Parent Menu: OOF.Material
  • Callback: function _removemat in module ooflib.engine.IO.materialmenu
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    pixels
    Target pixels. Type: The name of a PixelGroup, or every or selection.

Description

This command undoes the Material assignments made with OOF.Material.Assign.

See Also