NXOpen.UF.Disp.DisplayOgpCircle

Disp.DisplayOgpCircle()

Refer to UF_DISP_display_ogp_circle for documentation.

Signature: DisplayOgpCircle(viewTag, orientation, center, radius)

Parameters:
  • viewTag (Tag) – Tag of the view in which the circle is to be rendered
  • orientation (list of float) – The rotation matrix of the circle (relative to the Work Part Absolute Coordinate System). The matrix must be ortho-normal. If necessary, use UF_MTX3_initialize to create the matrix from X and Y vectors.
  • center (list of float) – The circle center in the coordinate system of the arc (as defined by “orientation” above).
  • radius (float) – The radius of the circle (Work Part Absolute units)

License requirements: None