NXOpen.UF.Draw.AskPictorialSxline

Draw.AskPictorialSxline()

Refer to UF_DRAW_ask_pictorial_sxline for documentation.

Signature: AskPictorialSxline(sxlineTag)

Parameters:sxlineTag (Tag) – Tag of the section line.
Returns:A Tuple
Return type:A tuple consisting of (sxlineType,cutDir,arrowDir,parentViewTag,numSxviews,sxviewTags,numSxsegs,sxsegTags,pictorialSxview,sxlineStatus)

sxlineType(`NXOpen.UF.Draw.SxlineType Refer to UF_DRAW_sxline_type_e for documentation.`): Type of section line.

cutDir(list of float): Original user-specifiedcut direction: cut_dir[0] = x value cut_dir[1] = y value cut_dir[2] = z value

arrowDir(list of float): Original user-specifiedarrow direction: arrow_dir[0] = x value arrow_dir[1] = y value arrow_dir[2] = z value

parentViewTag(Tag): Parent view tag.

numSxviews(int): Number of sectionviews associated to the input section line.

sxviewTags(list of Tag): Array of sectionline’s section views. Use UF_free to free this.

numSxsegs(int): Number of sectionline segments.

sxsegTags(list of Tag): Array of section linesegment tags. Use UF_free to free this.

pictorialSxview(bool): Whether or not thesection view is pictorial.

sxlineStatus(`NXOpen.UF.Draw.SxlineStatus Refer to UF_DRAW_sxline_status_e for documentation.`): Section line status

License requirements: None