NXOpen.UF.Draw.AskHalfSxline

Draw.AskHalfSxline()

Refer to UF_DRAW_ask_half_sxline for documentation.

Signature: AskHalfSxline(sxlineTag)

Parameters:sxlineTag (Tag) – Tag of half 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 the input 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 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