Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

UF_PART_export_with_options

White-Tiger

New member
Hi.
I am new in UG open. I wrote the program of exporting models in local WCS (That is set a WCS to origin CS). So, I can't decide a problem with it. I tried to get objects from 1,2,3 layers and to put it in array of objects in "UF_PART_export_with_options" function but I couldn't. Also I tried to set view in WCS with UF but I didn't find necessary function . I found in "NX Open C++ Reference Guide" enum NXOpen::View::Canned but When I write ModelingView.hxx head file in my program code then I get error message like:
error C2027: use of undefined type 'NXObject'
c:\program files\ugs\nx 4.0\ugopen\nxopen\nxobject.hxx(30) : see declaration of 'NXObject'
And so on...
Can anybody help me to fix that? I'm sorry for my English.
 

Sponsor

Articles From 3DCAD World

Back
Top