NXOpen.UF.Sket.AskExpsOfSketch

Sket.AskExpsOfSketch()

Refer to UF_SKET_ask_exps_of_sketch for documentation.

Signature: AskExpsOfSketch(sketchTag)

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

numExps(int): Number of expressions in sketch

expressionTags(list of Tag): Array of expressions from the sketch. Use UF_free to deallocate memory when done.

License requirements: None