NXOpen.UF.Drf.AskCenterlineInfo

Drf.AskCenterlineInfo()

Refer to UF_DRF_ask_centerline_info for documentation.

Signature: AskCenterlineInfo(centerlineTag)

Parameters:centerlineTag (Tag) – Tag of the centerline
Returns:A Tuple
Return type:A tuple consisting of (centerlineType,centerlineOrigin,centerlineInfo)

centerlineType(`NXOpen.UF.Drf.ValidClineForm Refer to UF_DRF_valid_cline_form_e for documentation.`): Type of centerline (see uf_drf_types.h)

centerlineOrigin(list of float): Centerline origin

centerlineInfo(list of ``NXOpen.UF.Drf.CenterlineInfo` Refer to UF_DRF_centerline_info_s for documentation.`): Centerline information. This must be freed by calling UF_DRF_free_centerline.

License requirements: None