NXOpen.UF.Ui.PointConstruct

Ui.PointConstruct()

Refer to UF_UI_point_construct for documentation.

Signature: PointConstruct(cue, baseMethod)

Parameters:
  • cue (str) – Displays a message in the cue line.
  • baseMethod (NXOpen.UF.Ui.PointBaseMethod Refer to UF_UI_point_base_method_e for documentation.) – Use this method as the default method. Returns the method used to create the point.
Returns:

A Tuple

Return type:

A tuple consisting of (baseMethod,pointTag,basePt,response)

baseMethod(`NXOpen.UF.Ui.PointBaseMethod Refer to UF_UI_point_base_method_e for documentation.`): Modified value of baseMethod

pointTag(Tag): Constructed point. The point is an associative (SO) point that is invisible by default. Use UF_SO_set_visibility_option to make it visible. Use functions in uf_so.h to query the parents. See information above in the description about circumstances that will cause a non-associative point to be returned. NULL_TAG is returned if dialog is terminated with CANCEL.

basePt(list of float): Coordinates of created point, in absolute work part coordinates.

response(int): One of the following: UF_UI_OK UF_UI_BACK UF_UI_CANCEL.

License requirements: None