OOF2: The Manual

Name

OOF.Mesh.Modify — Make changes to a Mesh.

Synopsis

OOF.Mesh.Modify(mesh, modifier)

Details

  • Parent Menu: OOF.Mesh
  • Callback: function modifyMesh in module ooflib.engine.IO.meshmenu
  • Parameters:

    mesh
    Type: The path to an existing Mesh object.
    modifier
    Mesh modifier. Type: An object of the MeshModification class.

Description

OOF.Mesh.Modify changes the given Mesh by applying the given modifier to it. For details, see the MeshModification subclasses.

These modifications are not nearly as complex as the Skeleton modifications, so there is no Undo command. To make structural modifications to a Mesh, modify its Skeleton and then RebuildMesh the Mesh.

See Also