NXOpen.UF.Draw.AskSxsolidsOfSxview

Draw.AskSxsolidsOfSxview()

Refer to UF_DRAW_ask_sxsolids_of_sxview for documentation.

Signature: AskSxsolidsOfSxview(sxviewTag, legNum)

Parameters:
  • sxviewTag (Tag) – Tag of section view
  • legNum (NXOpen.UF.Draw.SxlineLeg Refer to UF_DRAW_sxline_leg_e for documentation.) – Leg number of the cut, UF_DRAW_sxline_leg1 or UF_DRAW_sxline_leg2. Required only if sxview_tag was created from a two legged revolved section line.
Returns:

A Tuple

Return type:

A tuple consisting of (numSxsolids,sxsolidTags)

numSxsolids(int): Number of solid sections created by the sectioning of the input leg.

sxsolidTags(list of Tag): Array of solid sections created by the sectioning of the input leg. Use UF_free to free memory.

License requirements: None