NXOpen.UF.Route.AskObjBendRadius

Route.AskObjBendRadius()

Refer to UF_ROUTE_ask_obj_bend_radius for documentation.

Signature: AskObjBendRadius(objId)

Parameters:objId (Tag) – Object identifier to interrogate. Can be a RCP, a Bend segment, or a Corner (only bend corner) object.
Returns:A Tuple
Return type:A tuple consisting of (radius,bool)

radius(float): Radius at the Bend Corner.

retVar(bool): Returns :True = If the obj_id is a valid bend object.False = invalid object.

License requirements: None