NXOpen.UF.Gexp.EditAngle

Gexp.EditAngle()

Refer to UF_GEXP_edit_angle for documentation.

Signature: EditAngle(featureTag, newFromObject, qualifier1, newXform1, newToObject, qualifier2, newXform2)

Parameters:
  • featureTag (Tag) – Tag of angle expression feature to edit.
  • newFromObject (Tag) – Tag of object to use for newly edited angle. Valid object types are: UF_line_type UF_datum_plane_type UF_datum_axis_type UF_solid_type Solid edge should be linear and 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.
  • newXform1 (Tag) – Tag of transformation for first object. This is NULL_TAG if the object is in the same part in which the feature is created.
  • newToObject (Tag) – Tag of object to use for newly edited angle. Valid object types are: UF_line_type UF_datum_plane_type UF_datum_axis_type UF_solid_type Solid edge should be linear and 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.
  • newXform2 (Tag) – Tag of transformation for second object. This is NULL_TAG if the object is in the same part in which the feature is created.

License requirements: None