CreateAxisControlGroup

virtual PAxisControlGroup IController::CreateAxisControlGroup(const std::string &name, const std::vector<PAxisControl> &axes, PTemplate template_ = nullptr) = 0

Creates an axis control group with the specified name, using the specified axes and template.

Parameters
  • name – Name of the new axis control group.

  • axes – Axis controls that will be part of the new axis control group.

  • template – Template used to create the axis control group.

Returns

PAxisControlGroup – Created axis control group.

Throws