extern UFUNEXPORT int UF_PART_import(
char *file_name ,/* <I>
File specification of UG disk file to import.
*/
UF_import_part_modes_t *modes ,/* <I>
Inputs are specified in the `modes' structure.
*/
double dest_csys[6] ,/* <I>
Destination Coordinate System
*/
double dest_point[3] ,/* <I>
Destination point of imported part
*/
double scale ,/* <I>
The scale size for the imported part.
*/
tag_t *group /* <O>
If grouping is desired, the group is returned,
otherwise it is a NULL_TAG
*/
);