Lofting between two paths where one path contains bRepEdges and Surface body loft edges
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've created the attached script that has the user select a group of edges that form a closed path, then projects those edges to the XY Plane, offsets them and then lofts between the path of lines and the offset. This script works perfectly when the original path contains only bRepEdges, such as in the first two pictures. However my primary use case requires some of the reference bodies inward facing edges to be pre-lofted, and when the edges of these lofts are included in the path I get the following error: "5: The loft could not be created. Try changing the inputs, swapping profiles for rails or a centerline, or adjusting the continuity conditions. Cannot create tool body for loft." I'm not sure where to go from what I currently have to get this loft generation to be completely automated. Is there a way to format my path to work or do I need to use another method to do this?