Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ValidationHealer::heal Method
Syntax
C++
virtual Logical heal(OdDAI::Model* model, ValidationTask::InvalidValidationParamsBase* invalidParams) = 0;

Performs an attempt to heal an instance that violates validation constraints.

Parameters
Description
model
[in] A raw pointer to the model object to heal.
invalidParams
[in] A shared pointer to an InvalidValidationParamsBase object. After method execution, this object contains invalid instances.
  • True if incorrectness is successfully healed.
  • False if incorrectness is not healed.
Copyright © 2002-2022. Open Design Alliance All rights reserved.