Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
MD_
Contributor
335 Views, 2 Replies

Adding edges to Fillet feature

Hello,

 

Can you add edges to an EdgeCollection used in a FilletFeature? Or do I have to delete the feature and add a new one ?

 

I've got some iLogic code where I create fillets using .Features.FilletFeatures.AddSimple()

Can I change the FilletFeature.FilletDefinition afterwards?

When I go to FilletFeature.FilletDefinition.EdgeSetItem(Index).edges and use .add() nothing happens even though  .count goes up

 

Even when I change the EOP like mentioned in the help-files: (FilletRadiusEdgeSet Object)

Property that provides access to the in the edge set. This property is only available when a FilletDefinition object is being defined to use as input for creating a fillet. When the parent FilletDefinition object is obtained from an existing Fillet, the end-of-part marker should be placed above this fillet feature to allow access this property.