NXOpen.UF.Modeling.AskBodyBoundaries

Modeling.AskBodyBoundaries()

Refer to UF_MODL_ask_body_boundaries for documentation.

Signature: AskBodyBoundaries(bodyTag)

Parameters:bodyTag (Tag) – Tag of sheet body to check for boundaries
Returns:A Tuple
Return type:A tuple consisting of (numBoundaries,numEdges,edgeTags)

numBoundaries(int): Number of boundaries found

numEdges(list of int): Array of number of edges in each boundary found. This must be freed by calling UF_free.

edgeTags(list of Tag): Array of edge tags in each boundary. This must be freed by calling UF_free.

License requirements: None