NXOpen.UF.Curve.SectionCurveAskParents

Curve.SectionCurveAskParents()

Refer to UF_CURVE_section_curve_ask_parents for documentation.

Signature: SectionCurveAskParents(sectionCurve)

Parameters:sectionCurve (Tag) – The section curve to inquire.
Returns:A Tuple
Return type:A tuple consisting of (sectionCurvesFeature,planeType,definingObject,sectioningObjects)

sectionCurvesFeature(Tag): The section curves feature, or NULL_TAG, if none.

planeType(int): The plane type:0 for array of planes 1 for parallel planes 2 for radial planes 3 for planes perpendicular to a curve.

definingObject(Tag): The object sectioned.

sectioningObjects(list of Tag): The sectioning objects For plane_type = 0: sectioning_objects[0] = plane eid sectioning_objects[1] = NULL_TAG For plane_type = 1: sectioning_objects[0] = base plane sectioning_objects[1] = NULL_TAG For plane_type = 2: sectioning_objects[0] = datum axis eid sectioning_objects[1] = point on plane For plane_type = 3: sectioning_objects[0] = curve eid sectioning_objects[1] = plane eid (NULL_TAG if none)

License requirements: None