NXOpen.UF.Gdt.AskFeaturesOfFace

Gdt.AskFeaturesOfFace()

Refer to UF_GDT_ask_features_of_face for documentation.

Signature: AskFeaturesOfFace(face)

Parameters:face (Tag) – Face to query for associated tolerance features.
Returns:A Tuple
Return type:A tuple consisting of (toleranceFeatures,numToleranceFeatures)

toleranceFeatures(list of Tag): Array of tags of tolerance features associated with this face. This array must be freed by calling UF_free.

numToleranceFeatures(int): Number of tolerance features in the array.

License requirements: None