OOF2: The Manual

Name

OOF.LoadData.Microstructure.New — Create a new Microstructure. Used internally in data files.

Synopsis

OOF.LoadData.Microstructure.New(name,isize,size)

Details

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

    name
    Name of Microstructure. Type: A character string.
    isize
    Pixel resolution of Microstructure. Type: An iPoint (integer Point) object (eg iPoint(1,2)).
    size
    Physical size of Microstructure. Type: A Point object (eg, Point(1.1, 2.0)).

Description

Create a new empty Microstructure, containing no data other than its size. This command is used only in data files.