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!

How to get Solid Bodies and Surface Bodies count using VB APIs.

  • Thread starter Thread starter Hemant5951
  • Start date Start date
H

Hemant5951

Guest
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.
 

Part and Inventory Search

Sponsor

Back
Top