NXOpen.UF.Part.ImportXtHidden

Part.ImportXtHidden()

Refer to UF_PART_import_xt_hidden for documentation.

Signature: ImportXtHidden(xtfilename)

Parameters:xtfilename (str) – Input xt Filename
Returns:A Tuple
Return type:A tuple consisting of (numbodies,bodytags)

numbodies(int): Count of bodies

bodytags(list of Tag): An allocated array containing the tags of created bodies. This must be freed by calling UF_free.

License requirements: None