OOF2: The Manual

Name

OOF.Skeleton.Boundary.Construct — Construct a new boundary in a skeleton and in the associated meshes.

Synopsis

OOF.Skeleton.Boundary.Construct(skeleton,name,constructor)

Details

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

    skeleton
    The Skeleton containing the boundary. Type: The path to an existing Skeleton object.
    name
    Name for this boundary. Type: A character string, or the variable automatic.
    constructor
    Which method to use. Type: An object of the BoundaryConstructor class.

Description

The Construct command applies a BoundaryConstructor object to a Skeleton to create a new boundary in the Skeleton. See the BoundaryConstructor descriptions for the details about how each type of constructor works.