esikoglu
Aerospace
- Jan 18, 2024
- 6
We have pre-existing code that creates surfaces over a cut-out. This code is now failing with the message "The remaining edges cannot adapt to close the area left by deleting the selected edges."
The code uses Part.Features.CreateDeleteEdgeBuilder(null) with Part.ScRuleFactory.CreateRuleEdgeDumb(TopEdges.ToArray()) where TopEdges are a selection of edges around the top of the cut-out.
We can't find any documentation on the methods we are using and would be grateful for any clues to help us diagnose the problem.
The code uses Part.Features.CreateDeleteEdgeBuilder(null) with Part.ScRuleFactory.CreateRuleEdgeDumb(TopEdges.ToArray()) where TopEdges are a selection of edges around the top of the cut-out.
We can't find any documentation on the methods we are using and would be grateful for any clues to help us diagnose the problem.