NXOpen.UF.Curve.SectionAskPlanesData

Curve.SectionAskPlanesData()

Refer to UF_CURVE_section_ask_planes_data for documentation.

Signature: SectionAskPlanesData(sectionCurvesFeature)

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

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

planesData(`NXOpen.UF.Curve.SectionPlanesData Refer to UF_CURVE_section_planes_data_s for documentation.`): The section planes data describing this feature. Use UF_free to free the array, planes_data->planes

License requirements: None