If I have a four sided trimmed surface (as in the attached), is there some simple way to convert it to an untrimmed surface?
Problem Trimmed.3dm.zip (33.1 KB)
1 Like
This has worked for me in the past.
-Kevin
1 Like
Hello - in this case not exctly super simple because the trims intersect but RefitTrim can be helpful.
- DupBorder and explode the border curve
- UntrimAll
- ExtendCrvOnSrf the short end curve and use the result to trim
- RefitTrim that same edge.
- ExtendSrf the lower edge of the result
- ExtendCrvOnSrf the lower curve and use the result to trim
- RefitTrim that new trimmed edge.
-Pascal
3 Likes