NXOpen.UF.Draw.AskSxedgesOfSxsolid

Draw.AskSxedgesOfSxsolid()

Refer to UF_DRAW_ask_sxedges_of_sxsolid for documentation.

Signature: AskSxedgesOfSxsolid(sxsolidTag)

Parameters:sxsolidTag (Tag) – solid section tag
Returns:A Tuple
Return type:A tuple consisting of (numSxedges,sxedgeTags)

numSxedges(int): number of section edges of solid section

sxedgeTags(list of Tag): Array of section edge tags. Use UF_free to free memory.

License requirements: None