NXOpen.UF.Draw.SetBoundaryAssoc

Draw.SetBoundaryAssoc()

Refer to UF_DRAW_set_boundary_assoc for documentation.

Signature: SetBoundaryAssoc(view)

Parameters:view (Tag) – Tag of the view whose boundary is to be made associative. The view must have a break line/detail boundary type. The view must have an anchor point defined.
Returns:A Tuple
Return type:A tuple consisting of (curveCount,boundaryCurves)

curveCount(int): Pointer to count of curves in curve list

boundaryCurves(list of ``NXOpen.UF.Draw.ViewBoundary` Refer to UF_DRAW_view_boundary_s for documentation.`): Pointer to curve list, i.e. array of structures containing the boundary curves and the points used to define them. Use UF_DRAW_free_boundary to free the pointer.

License requirements: DRAFTING