OOF2: The Manual

Name

OOF.PixelGroup.New — Create a new PixelGroup in the given Microstructure.

Synopsis

OOF.PixelGroup.New(name,microstructure)

Details

  • Parent Menu: OOF.PixelGroup
  • Callback: function newPixelGroup in module ooflib.common.IO.pixelgroupmenu
  • Parameters:

    name
    Group name. Type: A character string, or the variable automatic.
    microstructure
    Microstructure in which to create this PixelGroup. Type: The path to an existing Microstructure object.

Description

Create a new PixelGroup. The name of the group must be unique within the Microstructure. If it is not unique, a suffix of the form <x> will be appended, for some integer x.