Trim Curve with Brep

Hi,

What is the equivalent RhinoCommon method for GH component “Trim curve with Brep”?

image

Thanks,
Dmitriy

Hi @Dmitriy,

You will want to use these:

Intersection.CurveBrep
Curve.Split

– Dale

Thanks, Dale.