OOF2: The Manual

Name

OOF.Microstructure.Interface.New — Create a named interface in a Microstructure.

Synopsis

OOF.Microstructure.Interface.New(microstructure,name,interface_type)

Details

  • Parent Menu: OOF.Microstructure.Interface
  • Callback: function _newInterfaceCB in module ooflib.engine.IO.interfacemenu
  • Threadability: Threadable
  • Parameters:

    microstructure
    Type: The path to an existing Microstructure object.
    name
    Name of the interface. Type: A character string, or the variable automatic.
    interface_type
    Type: An object of the InterfaceDef class.

Description

Create an interface definition with the given name in the Microstructures. This action should trigger a rebuild of the Mesh, if it exists.