NXOpen.UF.Gdt.AskTolFeatInstance

Gdt.AskTolFeatInstance()

Refer to UF_GDT_ask_tol_feat_instance for documentation.

Signature: AskTolFeatInstance(toleranceFeature)

Parameters:toleranceFeature (Tag) – Tolerance Feature to inquire
Returns:A Tuple
Return type:A tuple consisting of (numInstances,featureInstances)

numInstances(int): Number of instances returned in above array.

featureInstances(list of Tag): Array of tags of all instances created from the tolerance feature. Use UF_free to deallocate memory when done.

License requirements: None