Message 1 of 6
Untrim doesn't always produce the underlying NurbsSurface's natural edges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is related to this post: STEP import: Some BrepEdge curves are modified - Autodesk Community - Fusion 360
Open the .stp file in EvaluateMyBrepEdges.zip
Using these scripts (output is printed in Text Commands panel),
https://github.com/CADacombs/fusion360python/blob/main/Inspect_BrepFaceSrf.py
https://github.com/CADacombs/fusion360python/blob/main/Inspect_Crv.py
observe that 2 of the BrepEdges curves are not the natural edges of the NurbsSurface.
I expect that the Untrim command would replace the modified edges with the NurbsSurface's natural edges, but it doesn't. Please fix this.
Thank you,
Steve