NXOpen.UF.Curve.IntersectInfo Structure

NXOpen.UF.Curve.IntersectInfo is an alias for NXOpen.UF.CurveIntersectInfo_Struct

class NXOpen.UF.CurveIntersectInfo_Struct

Bases: object

Refer to UF_CURVE_intersect_info_s for documentation.

Fields

NXOpen.UF.CurveIntersectInfo_Struct.TypeOfIntersection type of intersection found = 0 -> none = 1 -> 3D intersection = 2 - > 2D intersection
NXOpen.UF.CurveIntersectInfo_Struct.CurvePoint intersection point coordinates on curve
NXOpen.UF.CurveIntersectInfo_Struct.CurveParm parameter value of intersection point on curve
NXOpen.UF.CurveIntersectInfo_Struct.EntityParms parameter value(s) of intersection point on entity, both values are valid when the entity is a body or face, neither value is valid for a plane or datum plane, otherwise only the first value is used