NXOpen.UF.Route.CreateBendByTable

Route.CreateBendByTable()

Refer to UF_ROUTE_create_bend_by_table for documentation.

Signature: CreateBendByTable(objId, table)

Parameters:
  • objId (Tag) – Object identifier of an existing RCP, or a Bend segment or a Corner.
  • table (str) – Table name to pull radius from.
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