NXOpen.UF.Sket.AskGeoConsOfSketch

Sket.AskGeoConsOfSketch()

Refer to UF_SKET_ask_geo_cons_of_sketch for documentation.

Signature: AskGeoConsOfSketch(sketchTag)

Parameters:sketchTag (Tag) – Sketch tag
Returns:A Tuple
Return type:A tuple consisting of (numCons,conTags)

numCons(int): Number of output constraints

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

License requirements: None