OOF2: The Manual

Name

OOF.Skeleton.Boundary.Rename — Rename a Skeleton boundary.

Synopsis

OOF.Skeleton.Boundary.Rename(skeleton,boundary,name)

Details

  • Parent Menu: OOF.Skeleton.Boundary
  • Callback: function _renameCB in module ooflib.engine.IO.boundarymenu
  • Parameters:

    skeleton
    The Skeleton containing the boundary. Type: The path to an existing Skeleton object.
    boundary
    Boundary to be renamed. Type: The name of a boundary of the Skeleton.
    name
    New name. Type: A character string.

Description

Rename a boundary in a Skeleton. If Meshes have been created from the Skeleton, the boundaries in the Mesh will be renamed too.

The new name must be unique. If another boundary in the same Skeleton has the same name, <x> will be appended to the new name, where x is an integer chosen to make the new name unique.