DeKa
Mechanical
- Sep 18, 2003
- 5
I'm developing my application using UG/OpenAPI and I have faced such a problem: in my application it's necessary to insert already created sets of features. The only way to do this that I've found is to export the whole part using UF_MODL_export_udf. But when I use the user interface (UG NX version) I have an opportunity to insert only those features that I'm really need. Is there any possybility to do this using API? So the main idea is to insert a set of predefined features and to show the external references using UG Open API. If anyone have ever done this, pleese help me. Thank you.