NXOpen.UF.Curve.SectionAskRadialData

Curve.SectionAskRadialData()

Refer to UF_CURVE_section_ask_radial_data for documentation.

Signature: SectionAskRadialData(sectionCurvesFeature)

Parameters:sectionCurvesFeature (Tag) – The section curvefeature to inquire about.
Returns:A Tuple
Return type:A tuple consisting of (generalData,radialData)

generalData(`NXOpen.UF.Curve.SectionGeneralData Refer to UF_CURVE_section_general_data_s for documentation.`): The general data describing this section curve feature. Use UF_free to free the array, general_data->objects

radialData(`NXOpen.UF.Curve.SectionRadialData Refer to UF_CURVE_section_radial_data_s for documentation.`): The data defining theradial planes for this feature.

License requirements: None