NXOpen.UF.Route.AskObjCornerInfo

Route.AskObjCornerInfo()

Refer to UF_ROUTE_ask_obj_corner_info for documentation.

Signature: AskObjCornerInfo(objId)

Parameters:objId (Tag) – Object identifier to interrogate. Can be an RCP, a Bend Segment, or a Corner (Bend or Miter) object .
Returns:A Tuple
Return type:A tuple consisting of (crnTyp,crnRcp,crnObj,bool)

crnTyp(int): Corner type such as UF_ROUTE_CORNER_NONE UF_ROUTE_CORNER_BEND UF_ROUTE_CORNER_MITER

crnRcp(Tag): Object Identifier of the RCP at this Corner only, else NULL_TAG

crnObj(Tag): Object Identifier of the Corner object. This is equal to obj_id if the input is a Corner. If the input is an RCP or Bend Segment this is the Corner object to that RCP or segment

retVar(bool): TRUE object is some kind of cornerFALSE otherwise.

License requirements: None