NXOpen.UF.Disp.DisplayOgpArc

Disp.DisplayOgpArc()

Refer to UF_DISP_display_ogp_arc for documentation.

Signature: DisplayOgpArc(viewTag, orientation, startAngle, endAngle, center, radius)

Parameters:
  • viewTag (Tag) – Tag of the view in which the arc is to be rendered
  • orientation (list of float) – The rotation matrix of the arc (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.
  • startAngle (float) – Start angle in radians; the zero degree vector is the positive x-axis of the space described by the orientation matrix.
  • endAngle (float) – End angle in radians; the zero degree vector is the positive x-axis of the space described by the orientation matrix.
  • center (list of float) – The arc center in the coordinate system of the arc (as defined by “orientation” above).
  • radius (float) – The radius of the arc (Work Part Absolute units)

License requirements: None