NXOpen.UF.Draw.AskSteppedSxline

Draw.AskSteppedSxline()

Refer to UF_DRAW_ask_stepped_sxline for documentation.

Signature: AskSteppedSxline(sxlineTag)

Parameters:sxlineTag (Tag) – Tag of stepped section line to query
Returns:A Tuple
Return type:A tuple consisting of (stepDir,arrowDir,pviewTag,numSxviews,sxviewTags,numSxsegs,sxsegTags,sxlineStatus)

stepDir(list of float): Step direction vector (unitized) relative to the drawing: step_dir[0] = x value step_dir[1] = y value step_dir[2] = z value

arrowDir(list of float): Arrow direction vector (unitized) relative to the drawing: arrow_dir[0] = x value arrow_dir[1] = y value arrow_dir[2] = z value

pviewTag(Tag): Parent view tag

numSxviews(int): Number of section views associated to section line

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

numSxsegs(int): Number of section line segments

sxsegTags(list of Tag): Array of section line’s segment tags. Use UF_free to free memory.

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

License requirements: None