NXOpen.UF.Modeling.AskSewSolidBody

Modeling.AskSewSolidBody()

Refer to UF_MODL_ask_sew_solid_body for documentation.

Signature: AskSewSolidBody(featureObjEid)

Parameters:featureObjEid (Tag) – Feature object id of trimmed sheet.
Returns:A Tuple
Return type:A tuple consisting of (targetFacesCount,targetFaces,toolFacesCount,toolFaces,tolerance)

targetFacesCount(int): Number of faces on the target body to be sewn

targetFaces(list of Tag): Array of NX eids of faces on the target body to be sewn. This array must be freed by calling UF_free.

toolFacesCount(int): Number of faces on the tool body to be sewn

toolFaces(list of Tag): Array of NX eids of faces on the tool body to be sewn. This array must be freed by calling UF_free.

tolerance(float): Distance tolerance for approximations.

License requirements: None