NXOpen.UF.Gexp.AskAngleParms

Gexp.AskAngleParms()

Refer to UF_GEXP_ask_angle_parms for documentation.

Signature: AskAngleParms(featureTag)

Parameters:featureTag (Tag) – Tag of angle expression feature to query.
Returns:A Tuple
Return type:A tuple consisting of (object1,qualifier1,xform1,object2,qualifier2,xform2)

object1(Tag): Tag of referenced object 1 the angle was created from

qualifier1(`NXOpen.UF.Gexp.Qualifier Refer to UF_GEXP_qualifier_e for documentation.`): Qualifier for object1, only applicable to lines and edges.

xform1(Tag): Tag of transformation for first object; if the object is in the same part the feature was created in, this would be NULL_TAG.

object2(Tag): Tag of referenced object 2 the angle was created from.

qualifier2(`NXOpen.UF.Gexp.Qualifier Refer to UF_GEXP_qualifier_e for documentation.`): Qualifier for object2, only applicable to lines and edges.

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

License requirements: None