NXOpen.UF.Draw.AskViews

Draw.AskViews()

Refer to UF_DRAW_ask_views for documentation.

Signature: AskViews(drawingTag)

Parameters:drawingTag (Tag) – Tag of the drawing.If NULL_TAG, use current drawing.
Returns:A Tuple
Return type:A tuple consisting of (numViews,viewTag)

numViews(int): Number of views in the drawing.

viewTag(list of Tag): Array of the view tags in the drawing. Use UF_free to free this memory.

License requirements: None