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.

Traversing a Section

raghu.patthar

New member
Dear All,


I want to traverse a section in a orderly manner (clockwise or anticlockwise) and get the entity ID's. Please suggest me relevent API's


Awaiting your replies at the earliest.





RP
 
Use -

ProFeatureSectionCopy()
ProSectionEntityIdsGet()

Loop through each entity and use -

ProSectionEntityGet()
 
Hi,

Does ProSectionEntityIdsGet() lists the Entity ID's in a
orderly manner (clockwise or Anticlockwise).

Thanks for the replay
 

Sponsor

Articles From 3DCAD World

Back
Top