OOF2: The Manual

Name

OOF.LoadData.Microstructure.PixelGroup — Create a pixel group. Used internally in data files.

Synopsis

OOF.LoadData.Microstructure.PixelGroup(microstructure,group,meshable)

Details

  • Parent Menu: OOF.LoadData.Microstructure
  • Callback: function _newpixelgroup in module ooflib.common.IO.microstructureIO
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    group
    Name of the pixel group. Type: A character string.
    meshable
    1 (true) for meshable or 0 (false) for non-meshable. Type: Boolean, 0 (false) or 1 (true).

Description

Create pixel groups in a Microstructure data file. This command is only used in data files.