is_a node

Checks whether the input object conforms to a given prototype. For geometry types like meshes and volumes, this also checks whether the required properties have the type specified by the geometry schema.

Inputs

object [in]

The object to verify.

type [in]

The prototype to check against.

Outputs

matches [out]

True if the object contains sub-objects and properties with the same names and types as the prototype.