OOF2: The Manual

Name

OOF.Mesh.Field.Undefine — Undefine a Field on a Mesh. Only defined Fields may be given values.

Synopsis

OOF.Mesh.Field.Undefine(mesh,field)

Details

  • Parent Menu: OOF.Mesh.Field
  • Callback: function _undefineField in module oof2.engine.IO.meshmenu
  • Threadability: Threadable
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    field
    Type: A Field object.

Description

Undefine a Field on a Mesh. This frees the memory used to store the Field components and destroys their values. See OOF.Mesh.Field.Define.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */