NXOpen.UF.Smd.AskFpFaces

Smd.AskFpFaces()

Refer to UF_SMD_ask_fp_faces for documentation.

Signature: AskFpFaces(body)

Parameters:body (Tag) – Object ID of the solid body.
Returns:A Tuple
Return type:A tuple consisting of (numFaces,faces)

numFaces(int): Number of flat pattern faces.

faces(list of Tag): Array of flat pattern faces. This array must be freed by calling UF_free.

License requirements: None