NXOpen.UF.Modeling.AskSewSheetBody

Modeling.AskSewSheetBody()

Refer to UF_MODL_ask_sew_sheet_body for documentation.

Signature: AskSewSheetBody(featureObjEid)

Parameters:featureObjEid (Tag) – Feature object id of trimmed sheet.
Returns:A Tuple
Return type:A tuple consisting of (targetSheetBody,toolSheetBodiesCount,toolSheetBodies,tolerance)

targetSheetBody(Tag): Tag of the target sheet body

toolSheetBodiesCount(int): Number of tool sheet bodies

toolSheetBodies(list of Tag): Array of NX eids of sheet bodies. This array must be freed by calling UF_free.

tolerance(float): Distance tolerance for approximations.

License requirements: None