Skip to content

ENH: Adding the concept of ForceRequired

Robert M. O'Bara requested to merge bob.obara/smtk:addingForceRequired into master

An item, whose Definition indicates that it is optional, may be forced to be required based on external factors in a simulation workflow. This merge request adds the following to Item:

  • setForceRequired()
  • forceRequired()

IO, JSON, Pybind, and Qt Widgets have been updated to support this new functionality.

Edited by Robert M. O'Bara

Merge request reports