Offset Multiple Curves with Cap

Hi,

Can I offset multiple curves with cap in the same direction? How to do that?

Hi Mohammad - no, not that I know of.

-Pascal

One solution that worked in my scenario (all curves are on the same plane):

  • Pipe curves with desired cap
  • Make flat surface on plane
  • IntersectTwoSets (1 = pipes / 2 = surface)
  • SimplifyCrv on found intersections

Hope this helps.