NXOpen.UF.Draw.AskBodySilsInView

Draw.AskBodySilsInView()

Refer to UF_DRAW_ask_body_sils_in_view for documentation.

Signature: AskBodySilsInView(bodyTag, viewTag)

Parameters:
  • bodyTag (Tag) – Tag of a body
  • viewTag (Tag) – Tag of a drawing member view
Returns:

A Tuple

Return type:

A tuple consisting of (numSilhouettes,silhouetteTags)

numSilhouettes(int): Number of silhouettes

silhouetteTags(list of Tag): If num_silhouettes > 0, this is an array of silhouette tags. Use UF_free to deallocate this memory.

License requirements: None