NXOpen.UF.Gexp.CreateAngle

Gexp.CreateAngle()

Refer to UF_GEXP_create_angle for documentation.

Signature: CreateAngle(fromObject, qualifier1, object1Xform, toObject, qualifier2, object2Xform)

Parameters:
  • fromObject (Tag) – Tag of object to create the angle from. Valid object types are: UF_line_type, UF_datum_plane_type, UF_datum_axis_type, UF_solid_type. A solid edge should be linear and a solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead.
  • qualifier1 (NXOpen.UF.Gexp.Qualifier Refer to UF_GEXP_qualifier_e for documentation.) – Qualifier for object1, only applicable to lines and edges.
  • object1Xform (Tag) – Tag of transformation for first object. The tag is NULL_TAG if the object is in the same part in which the feature is created.
  • toObject (Tag) – Tag of object to create angle from. Valid object types are: UF_line_type, UF_datum_plane_type, UF_datum_axis_type, UF_solid_type. A solid edge should be linear and a solid face should be planar. Occurrence tags are not allowed. Use the prototype tag instead.
  • qualifier2 – Qualifier for object2,only applicable to lines and edges.
  • object2Xform (Tag) – Tag of transformation for second object. The tag is NULL_TAG if the object is in the same part in which the feature is created.
Returns:

A Tuple

Return type:

A tuple consisting of (featureTag,expTag)

featureTag(Tag): Tag of the created feature

expTag(Tag): Tag of the created expression

License requirements: None