NXOpen.UF.SfCurve.CreateArc3point

SfCurve.CreateArc3point()

Refer to UF_SF_CURVE_create_arc_3point for documentation.

Signature: CreateArc3point(point1, point2, point3, limitP, supportPlane, isAsso)

Parameters:
  • point1 (Tag) – tag of start point
  • point2 (Tag) – tag of end point
  • point3 (Tag) – tag of middle point
  • limitP (list of NXOpen.UF.Curve.Limit Refer to UF_CURVE_limit_s for documentation.) – extension limits
  • supportPlane (Tag) – tag of support plane of the arc
  • isAsso (bool) – true - if associative, false - if not associative
Returns:

if is_asso == TRUE - smart arcif is_asso == FALSE - dumb arc arc

Return type:

Tag

License requirements: None