Skip to main content
1-Visitor
January 21, 2019
Question

Get the total count of feature in toolkit

  • January 21, 2019
  • 1 reply
  • 2131 views

Hello,

We want the total count of hole feature in model but avoiding the duplicate hole means. Suppose in part having 10 hole of 5 mm dimension then need to display 5mm hole 10 hole not individually every time.

 

1 reply

16-Pearl
January 21, 2019

While you collecting the holes also check the diameter and  position then group it and count it

1-Visitor
January 21, 2019

Hello,

I will get dimension by ProFeatureDimensionVisit() this api but how to group that . WHich API I need to use.

16-Pearl
January 22, 2019

I mean the group is categorize the same hole diameter. There is no specific API needed use your programming skills like if condition to count the specific hole diameter.

 

while visiting the the dimension get the hole diameter and count it