NXOpen.UF.Gexp.AskDistanceParms

Gexp.AskDistanceParms()

Refer to UF_GEXP_ask_distance_parms for documentation.

Signature: AskDistanceParms(featureTag)

Parameters:featureTag (Tag) – Tag of distance expression feature to query.
Returns:A Tuple
Return type:A tuple consisting of (ref1,xform1,ref2,xform2)

ref1(Tag): Tag of first referenced object

xform1(Tag): Tag of transformation for first object. The transformation is NULL_TAG for objects in the same part in which the feature was created.

ref2(Tag): Tag of second referenced object

xform2(Tag): Tag of transformation for second object. The transformation is NULL_TAG for objects in the same part in which the feature was created.

License requirements: None