CreatedByFeatures from PatternFeature

CreatedByFeatures from PatternFeature

bindlmi
Advocate Advocate
553 Views
2 Replies
Message 1 of 3

CreatedByFeatures from PatternFeature

bindlmi
Advocate
Advocate

Hi,

 

is there a way to get the exact feature that creates the face in an (rectangular)PatternFeature?

 

For example, I've got a Pattern with 6 elements. The ParentFeatures are a HoleFeature, an ExtrudeFeature and a FilletFeature. When I look at the Faces.item(1) in the PatternFeature, I can see in "_CreatedByFeatures" in Item(2) that this Face is from the FilletFeature (see picture #1). Can I access this information? I can only access Face.CreatedByFeature, but that's the PatternFeature (see picture #2).

 

Thanks for your help.

 

Kind regards

Michael

0 Likes
Accepted solutions (1)
554 Views
2 Replies
Replies (2)
Message 2 of 3

yan.gauthier
Advocate
Advocate
Accepted solution

Simply put brackets around the _CreatedByFeatures collection:

 

oFace.[_CreatedByFeatures]

0 Likes
Message 3 of 3

bindlmi
Advocate
Advocate

Wow, thank you very much 🙂

 

Didn't expect it would be that easy 🙂

0 Likes