NXOpen.UF.Sket.AskGeoConsOfGeometry

Sket.AskGeoConsOfGeometry()

Refer to UF_SKET_ask_geo_cons_of_geometry for documentation.

Signature: AskGeoConsOfGeometry(sketchTag, geomTag)

Parameters:
  • sketchTag (Tag) – Sketch tag.
  • geomTag (Tag) – Tag of the geometry.
Returns:

A Tuple

Return type:

A tuple consisting of (conNum,conTags)

conNum(int): Number of constraints.

conTags(list of Tag): Array of constraints. Use UF_free to deallocate memory when done.

License requirements: None