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 get Solid Bodies and Surface Bodies count using VB APIs.

Hemant5951

New member
Hi, I am not regular API user of CREO 1.0
Need assistance on getting solid bodies and surface bodies count in CREO 1.0 using VB APIs.

I tried with

ListItems(EpfcModelItemType.EpfcITEM_SOLID_GEOMETRY)
ListItems(EpfcModelItemType.EpfcITEM_SURFACE)

Regards,
Hemant
 
Got for Surfaces, struggling for Solid Bodies

Hi,

Got surfaces count by ListItems(EpfcModelItemType.EpfcITEM_QUILT)

Still need Solid Bodies count.
 

Sponsor

Articles From 3DCAD World

Back
Top