NXOpen.UF.Drf.Frdim

Drf.Frdim()

Refer to UF_DRF_frdim for documentation.

Signature: Frdim(np1, np2, ip3, ip4, rp5, rp6, cp7, ip8, cp9, rp10)

Parameters:
  • np1 (Tag) – Object identifier of an Arc, bolt circle or circular CLINE.
  • np2 (Tag) – Object identifier of offset center point (point, line, solid edge, offse center point, cylindrical center line, symmetrical center line, target point or intersection point.
  • ip3 (int) – Type of associativity: 1 = endpoint 2 = Arc center 3 = Tangency
  • ip4 (int) – Associativity modifier, if the type of associativity is an endpoint: 1 = Associate to first endpoint 2 = Associate to second endpoint If the type of associativity is a tangency: 0-100 is the parameter percent to be used to compute the approximate tangency point.
  • rp5 (float) – Fold location in WCS coordinates.
  • rp6 (float) – Fold angle in degrees.
  • cp7 (str) – Dimension text string.
  • ip8 (int) – Number of lines of appended text.
  • cp9 (list of str) – Array of appended text strings.
  • rp10 (list of float) – X, Y and Z of object origin in WCS coordinates.
Returns:

A Tuple

Return type:

A tuple consisting of (nr11,error)

nr11(Tag): Object identifier of the created folded radius dimension.

error(int): Error return, 0 for success.

License requirements: DRAFTING