NXOpen.UF.ModlFeatures.AskImprEdges

ModlFeatures.AskImprEdges()

Refer to UF_MODL_ask_impr_edges for documentation.

Signature: AskImprEdges(featureTag)

Parameters:featureTag (Tag) – The imprint feature
Returns:A Tuple
Return type:A tuple consisting of (nEdges,edges)

nEdges(int): The number of edges created by the imprint feature

edges(list of Tag): The array of edges created by the imprint feature. This must be freed by calling UF_free.

License requirements: None