NXOpen.UF.Route.CreateBendByRadius

Route.CreateBendByRadius()

Refer to UF_ROUTE_create_bend_by_radius for documentation.

Signature: CreateBendByRadius(objId, radius)

Parameters:
  • objId (Tag) – Object identifier of an existing RCP, or a Bend segment or a Corner.
  • radius (float) – Radius of the Bend Corner.
Returns:

A Tuple

Return type:

A tuple consisting of (corner,seg)

corner(Tag): Object identifier of the newly created Corner.

seg(Tag): Object identifier of the Bend corner segment.

License requirements: UG/ROUTING