NXOpen.UF.Sket.AskInferredConsOfSketch

Sket.AskInferredConsOfSketch()

Refer to UF_SKET_ask_inferred_cons_of_sketch for documentation.

Signature: AskInferredConsOfSketch(sketchTag)

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

numCons(int): Number of inferred cons.

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

License requirements: None