IsBlenderEligible: Check whether individual models can be blended together
Description
Check whether individual models can be blended together
Usage
IsBlenderEligible(project, modelIds, blendMethod)
Arguments
project
character. Either (1) a character string giving the unique alphanumeric
identifier for the project, or (2) a list containing the element projectId with this
identifier.
modelIds
list. A list of model ids corresponding to the models to check.
blendMethod
character. The blender method to check. See BlendMethods.
Value
List with:
blendable logical. Whether or not the models can be blended.
reason character. An explanation for why the models cannot be blended, if not
blendable. Otherwise "".