OOF2: The Manual

Name

OOF.LoadData.Skeleton.NewPeriodic — Load Skeleton. Used internally in data files.

Synopsis

OOF.LoadData.Skeleton.NewPeriodic(name,microstructure,left_right_periodicity,top_bottom_periodicity)

Details

  • Parent Menu: OOF.LoadData.Skeleton
  • Callback: function _newSkelPeriodic in module ooflib.engine.IO.skeletonIO
  • Parameters:

    name
    Name for the Skeleton. Type: A character string.
    microstructure
    Type: The path to an existing Microstructure object.
    left_right_periodicity
    Whether the skeleton is periodic in the horizontal direction Type: Boolean, 0 (false) or 1 (true).
    top_bottom_periodicity
    Whether the skeleton is periodic in the vertical direction Type: Boolean, 0 (false) or 1 (true).

Description

Initiate loading a Skeleton from a data file.