NXOpen.UF.Curve.CreateFillet

Curve.CreateFillet()

Refer to UF_CURVE_create_fillet for documentation.

Signature: CreateFillet(type, curveObjs, center, radius, trimOpts, arcOpts)

Parameters:
  • type (int) – The type of fillet that is to be created: UF_CURVE_2_CURVE = create 2 curve fillet
  • curveObjs (list of Tag) – Object identifiers of the curves between which the fillet is to be created. [0] = identifier of first curve [1] = identifier of second curve [2] = not used in a 2 curve fillet
  • center (list of float) – Approximate fillet center expressed as absolute coordinates
  • radius (float) – Radius of the fillet
  • trimOpts (list of int) – Trimming options FOR 2 CURVE FILLET: [0] = TRUE -> trim first curve FALSE -> do not trim first curve [1] = TRUE -> trim second curve FALSE -> do not trim second curve
  • arcOpts (list of int) – Not used
Returns:

The object identifier associated to the newly created fillet NULL_TAG = fillet unable to be created

Return type:

Tag

License requirements: SOLIDS MODELING or DRAFTING