OOF2: The Manual

Name

OOF.Mesh.Cross_Section.Select — Select a cross section on a mesh.

Synopsis

OOF.Mesh.Cross_Section.Select(mesh,cross_section)

Details

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

    mesh
    Type: The path to an existing Mesh object.
    cross_section
    Cross section to select. Type: A character string.

Description

OOF.Mesh.Cross_Section.Select marks a cross section in the given Mesh as the currently selected cross section.

The Mesh Cross Section toolbox operates on the currently selected cross section, and the MeshCrossSectionDisplay can automatically display it. However, unlike pixel and Skeleton selections, no menu commands operate directly on the selected cross section. This is because all cross sections have names, so the menu commands can simply refer to them by name.

New cross sections are automatically selected when they are created.