NXOpen.UF.Modeling.AskPointsParms

Modeling.AskPointsParms()

Refer to UF_MODL_ask_points_parms for documentation.

Signature: AskPointsParms(featureTag)

Parameters:featureTag (Tag) – Feature tag
Returns:A Tuple
Return type:A tuple consisting of (numPoints,points)

numPoints(int): Number of points

points(list of Tag): Array of point tags. This array must be freed by calling UF_free.

License requirements: None