NXOpen.UF.Curve.SectionAskParallelData

Curve.SectionAskParallelData()

Refer to UF_CURVE_section_ask_parallel_data for documentation.

Signature: SectionAskParallelData(sectionCurvesFeature)

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

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

parallelData(`NXOpen.UF.Curve.SectionParallelData Refer to UF_CURVE_section_parallel_data_s for documentation.`): The data definingthe parallel planes for this feature.

License requirements: None