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.

How to determine if a solid is a sheetmet

gneotel

New member
Hi everyone,
I'm quite new on pro/e and cad in general..

I'm writing a little application in vb.net using vb api.
Is there any way to find out if a solid (or a part, a feature, a model) is a sheetmetal?

I had a look all the enumerated types I've found (EpfcModelType, EpfcFeatureType, ...) but no one seem to include sheetmetal.

Thanks!
Adriano







Edited by: gneotel
 
Use the function ProMdlSubtypeGet!


If the ProMdlsubtype equals PROMDLSTYPE_PART_SHEETMETAL, you've a sheetmetal part.
 

Sponsor

Articles From 3DCAD World

Back
Top