NXOpen.UF.Drf.AskObjectsControlledByExp

Drf.AskObjectsControlledByExp()

Refer to UF_DRF_ask_objects_controlled_by_exp for documentation.

Signature: AskObjectsControlledByExp(expId)

Parameters:expId (Tag) – Object identifier of the expression.
Returns:A Tuple
Return type:A tuple consisting of (numObjs,objects)

numObjs(int): Number of objects controlled by the expression.

objects(list of Tag): Array of objects controlled by the expression. The caller is responsible for freeing this array by calling UF_free.

License requirements: None