OOF2: The Manual

Name

OOF.Skeleton.Boundary.Delete — Delete a boundary from a Skeleton.

Synopsis

OOF.Skeleton.Boundary.Delete(skeleton,boundary)

Details

  • Parent Menu: OOF.Skeleton.Boundary
  • Callback: function _deleteCB 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 removed. Type: The name of a boundary of the Skeleton.

Description

Delete unwanted Skeleton boundaries.

[Caution] Caution

Removing a boundary from a Skeleton removes it and all of its associated Boundary Conditions from all Meshes that have been created from the Skeleton.