Message 1 of 3
Adding edges to Fillet feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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. |