Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

regarding API for getting function for explode udf in UG18

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
hi
any body knows abt function to explode udf(user difined features).plz let me know
iam doing this in UG/OPEN API.
 
Hi. I'm also using UDF features in my software with UG/Open API. I create my UDFs with the user interface and then export them as whole parts using UF_MODL_export_udf. After that I insert these UDFs in another part with UF_MODL_import_udf. If you do the same... I haven't found any way to explode this type of UDF. But I think, that in the UG API another method of work with UDF exists. Using user interface you can create UDF that consist of selected features (not the whole part). But it's really a good question who to do it using API. If you know how to do this, pleese, share with me. Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top